User forums > General (but related to Code::Blocks)
Code::Blocks Tutorial Documentation Issue
Warren_W_W:
I went back thru the tutorial and followed it per your instructions. The Build had no errors and the same with Run. The shell "HelloWorld" popped up as I expected. The tutorial showed no screen shot to compare it to. The tutorial shows: -------------- Build: Debug in HelloWorld --------------- Compiling: main.cpp Compiling: hello.cpp Linking console executable: bin\Debug\HelloWorld.exe Output size is 923.25 KB Process terminated with status 0 (0 minutes, 0 seconds) 0 errors, 0 warnings (0 minutes, 0 seconds). Mine showed: ctrl+F9 -------------- Build: Debug in HelloWorld (compiler: GNU GCC Compiler)--------------- mingw32-g++.exe -Wall -fexceptions -g -c "C:\Users\Waldrup\Documents\Code created\Text\CB Projects\HelloWorld\main.cpp" -o obj\Debug\main.o mingw32-g++.exe -o bin\Debug\HelloWorld.exe obj\Debug\Hello.o obj\Debug\main.o Output file is bin\Debug\HelloWorld.exe with size 951.47 KB
Process terminated with status 0 (0 minute(s), 5 second(s)) 0 error(s), 0 warning(s) (0 minute(s), 5 second(s)). There were differences but no errors. I re-wrote the doc in part as I went as a complete new guy so that a new guy at any age could understand. I can seed if u want.
BlueHazzard:
We can nit provide a screenshot or log output for every step... It is different on every machine you are running the code. The only thing that is the same on all is the line "Hello World"
You will encounter MANY incomplete tutorials and programming directions on your way to learn programming. Use the internet, use google to search for the error messages and the solutions. This will help you to understand the issues and learn A LOT. The programming world is to fast and to complex most of the time to make a 1 to 1 explanation that works and looks the same for longer than 1 year....
But you can improve the wiki if you want. The login should be the same is in this forum here. If not please report.
Thank you!
Also, for the next time you ask in the forum for help and post some code or error messages or logging messages, please use the "#" symbol in the forum editor to encapsulate your log or code. If you post simply the text it is quite difficult to read your posts and differentiate between code/log/error message and your text...
Warren_W_W:
Thx for the info, I didn't know of the "#", . You have been very helpful! Learning is fundamental.
Navigation
[0] Message Index
[*] Previous page
Go to full version