Author Topic: Missing example files in tutorial?  (Read 3012 times)

Boondoggler

  • Guest
Missing example files in tutorial?
« 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Missing example files in tutorial?
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ