Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > looking for code examples

Reply
Thread Tools

looking for code examples

 
 
Brian
Guest
Posts: n/a
 
      09-26-2012
As I'm new to C++ I would like to study some C++ code examples. Is there a
site on the internet that has code examples and maybe complete program
code? Studying code written for games might be a good way to learn this
language.

I came across a book I must have brought some years ago as Its dated 1998,
its called Introduction to Microsoft Visual C++ 6.0. Would the code in the
book still be suitable for use in Visual Studio C++ 2010 express?

--
Regards Brian
 
Reply With Quote
 
 
 
 
Victor Bazarov
Guest
Posts: n/a
 
      09-26-2012
On 9/26/2012 9:49 AM, Brian wrote:
> As I'm new to C++ I would like to study some C++ code examples. Is there a
> site on the internet that has code examples and maybe complete program
> code? Studying code written for games might be a good way to learn this
> language.


There are so many sites on the internet that giving you one would be
unfair to all others, unless it's a special one, right? Start with
'www.google.com' and search for "C++ code samples".

> I came across a book I must have brought some years ago as Its dated 1998,
> its called Introduction to Microsoft Visual C++ 6.0. Would the code in the
> book still be suitable for use in Visual Studio C++ 2010 express?


It's very dated. It might still compile by default, Microsoft tries to
keep its products backward-compatible, but don't count on it too much.

Also, wherever you access this newsgroup from, try finding
'alt.comp.lang.learn.c-c++' there (if I spelled it right...), it's more
suited for novices.

V
--
I do not respond to top-posted replies, please don't ask
 
Reply With Quote
 
 
 
 
woodbrian77@gmail.com
Guest
Posts: n/a
 
      09-26-2012
On Wednesday, September 26, 2012 8:49:49 AM UTC-5, Brian wrote:
> As I'm new to C++ I would like to study some C++ code examples. Is there a
>
> site on the internet that has code examples and maybe complete program
>
> code? Studying code written for games might be a good way to learn this
>
> language.
>


There's marshalling/networking related code here
http://webEbenezer.net/build_integration.html


Brian
Ebenezer Enterprises
http://webEbenezer.net

Unless the L-rd builds the house,
They labor in vain who build it;
Unless the L-rd guards the city,
The watchman waketh but in vain.
Psalm 127:1
 
Reply With Quote
 
Luca Risolia
Guest
Posts: n/a
 
      09-26-2012
On 26/09/2012 15:49, Brian wrote:
> As I'm new to C++ I would like to study some C++ code examples. Is there a
> site on the internet that has code examples and maybe complete program
> code? Studying code written for games might be a good way to learn this
> language.


Here is a collection of solutions to many of the exercises proposed by
Stroustrup in his book "The C++ Programming Language" (3rd edition),
which is a very good book if you want learn C++ from the beginning:

http://www.linux-projects.org/listing/

a game (othello) is in the collection as well:

http://www.linux-projects.org/listin...olutions/15.4/

But games are usually advanced topics. You may want to start with
something easier if you are new to C++.

You can download the whole archive from:

http://www.linux-projects.org/module...wcat.php?cid=9

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
.Net Tips, C# Tips : Create a well formed URI using UriBuilder classwith C# Examples and VB.Net Examples jayeshsorathia@gmail.com ASP .Net 1 07-31-2012 01:03 AM
.Net Tips, C# Tips : Get list of all files of directory or folderusing LINQ using .Net Framework 4 with C# Examples and VB.Net Examples jayeshsorathia@gmail.com ASP .Net 0 07-27-2012 07:13 AM
RESUME EXAMPLES INFORMATION / CV EXAMPLES NOW AVAILABLE THROUGHRESUMEWRITERGUIDE.COM rawebadvert3 Computer Support 0 03-23-2008 04:19 AM
COVER LETTERS RESUME EXAMPLES AND CV EXAMPLES AVAILABLE CURRICULUM VITAE rawebadvert3 Computer Support 0 08-21-2007 03:07 AM
COVER LETTERS RESUME EXAMPLES AND CV EXAMPLES AVAILABLE rawebadvert3 Computer Support 0 05-25-2007 04:18 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57