News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Missing example files in tutorial?

Started by Boondoggler, July 26, 2012, 08:29:38 PM

Previous topic - Next topic

Boondoggler

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

MortenMacFly

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]