Code::Blocks Forums
User forums => Help => Topic started by: Mijiku on July 10, 2014, 09:46:24 pm
-
Hello i'm in need of help.....
I've bought the book Programming: Principles and Practice Using C++ by Bjarne Stroustrup.
And i have a problem since they told me inside the bok to get (std_lib_facilities.h) which i did... but i have no idea how to get it work with Code::Block
So i will be waiting for your help community ;D
Mijiku
-
I am guessing this is what you mean.
http://www.stroustrup.com/Programming/std_lib_facilities.h (http://www.stroustrup.com/Programming/std_lib_facilities.h)
Edit: Found a link to the Book Webpage http://www.stroustrup.com/Programming/PPP1.html (http://www.stroustrup.com/Programming/PPP1.html)
I would create a CB Project and add that header to the project.
Do you need help with either of those two steps?
The CB FAQs will help you after you finish those two steps.
http://wiki.codeblocks.org/index.php?title=FAQ (http://wiki.codeblocks.org/index.php?title=FAQ)
User Doc Links http://wiki.codeblocks.org/index.php?title=User_documentation (http://wiki.codeblocks.org/index.php?title=User_documentation)
The how to get "Build Log" FAQ http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)
Tim S.
-
I've found the first link you send... but nothing seems to work If you want you can come to help me over team viewer i've been passing almost 16hours+ trying to make it work
I'm also avalaible to Chat on skype if you prefer and if your avalaible
-
I've found the first link you send... but nothing seems to work If you want you can come to help me over team viewer i've been passing almost 16hours+ trying to make it work
I do NOT have team viewer experience and no room to install it.
Have you been able create a CB C++ Project?
Edit: Link to http://wiki.codeblocks.org/index.php?title=Creating_a_new_project (http://wiki.codeblocks.org/index.php?title=Creating_a_new_project)
Tim S.
-
I've been able to run out a Hello_world without any problem but nothing seem to work out when it comes to the std_lib_facilities.h and i need it for my book
-
I've been able to run out a Hello_world without any problem but nothing seem to work out when it comes to the std_lib_facilities.h and i need it for my book
Post the "build log".
-
Please post Code::Blocks version, OS name and Compiler name and version?
Tim S.
-
The code::block version is the lastest one avalaible on the web site.. i'm working with a window 7 professional edition and the compiler is the one provide in code::block
-
Post the "build log".
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)
-
That is the code i'm trying out from the book
http://prntscr.com/41d4q7
and this is the folder
http://prntscr.com/41d5tz
Those are the print screen of what i've been receving.
http://prntscr.com/41d3my
http://prntscr.com/41d40u
-
That is the code i'm trying out from the book
http://prntscr.com/41d4q7
and this is the folder
http://prntscr.com/41d5tz
Those are the print screen of what i've been receving.
http://prntscr.com/41d3my
http://prntscr.com/41d40u
Please use code tags in the future; I will try to duplicate the error and find the fix.
My guess is you are missing a compiler version option likely --std=??? where the ??? questions needs to be changed or set to the proper value.
Tim S.
-
Well i have no idea of what happend BUT ITS WORKING!
http://prntscr.com/41d8w5
Thank you very much for the help ;D ;D ;D ;D
It's amazing to have a nice support like that