Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Boondoggler on July 26, 2012, 08:29:38 pm

Title: Missing example files in tutorial?
Post by: Boondoggler on July 26, 2012, 08:29:38 pm
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
Title: Re: Missing example files in tutorial?
Post by: MortenMacFly on July 26, 2012, 09:06:43 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:
Quote
Open 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.