Jump to content
MakeWebGames

C++ Project


Rory_M

Recommended Posts

Hello everyone, i have just downloaded NetBeans and i'm looking to make a C++ Project, i would like something simple to start of with and then build up.

My knowledge isn't to good i know a few simple things like sums, variables, input, output and if statements. I have a good felling i will pick it up quickly due to the fact it is similar to php.

Anyone got any ideas for a C++ newbie like me? ;)

Link to comment
Share on other sites

BS as I said. There are plenty of example projects. For example; section 3.5 exercises include the design and implementation of a calculator, starting from the basics of understanding parenthesization which also implies a knowledge of operator precedence, functions to convert a string to a number - something that is apparently sorely lacking in the PHP world (at least here anyway), parsing input into a series of tokens, to adding more complex functions including user-defined ones.

All this is designed to improve your understanding and skill of the language itself, and in the real-world parsing input tokens is certainly a very common process. One of the later exercises require you to write something that strips out comments from a (C++) input file. That's the type of real world problem facing people today - consider for example a css compressor which takes all your lovingly crafted css, and compresses it down to a nice small single package. These are the types of tools you will actually benefit from even though their beginnings are in the back of a stuffy text book.

Edited by Anonymous
Link to comment
Share on other sites

The book itself is known at least amongst my peers as just "Bjarne Stroustrup". Although it's proper title; that of course being the author, is "The C++ Programming Language". Get a copy. There is also an exercise book which has solutions to most, if not all, the examples contained therein. Both are worthy of taking up space on anybody's bookshelf.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...