Hi I am finding the tutorial for this section very useful apart from this tutorial references some example files:
http://wiki.codeblocks.org/index.php?title=WxSmith_tutorial:_Keyboard_Input_and_Displaying_Results
"Now we go into new territory. Open the file Tutorial_9Main.h (Use File | Open ... to do so.) and add printg to its public members as shown here."
where are the example files he refers to??
This would be good as I specifically need to learn editbox input etc
ta
Quote from: Boondoggler on July 26, 2012, 08:29:38 PM
"Now we go into new territory. Open the file Tutorial_9Main.h (Use File | Open ... to do so.) and add printg to its public members as shown here."
where are the example files he refers to??
You need to do exactly the steps as written there. This:
QuoteOpen Code::Blocks and create a new project called Tutorial_9. We want a form that looks like the one shown below.
...will create a new project, including these files.