I'm new to c++ Programming

S

SkyIsland

I'm new to c++ programming. Can anyone give me some code examples on
how to do somestuff, or tips any info would be nice...
 
P

Pete C.

SkyIsland said:
I'm new to c++ programming. Can anyone give me some code examples on
how to do somestuff, or tips any info would be nice...

Google for the online book "Thinking in C++" by Bruce Eckel, which is
availible free and legally on the author's website.

- Pete
 
M

Mike Wahler

SkyIsland said:
I'm new to c++ programming. Can anyone give me some code examples on
how to do somestuff, or tips any info would be nice...

Code example of how to do somestuff:

void somestuff()
{
}

int main()
{
somestuff();
return 0;
}

Tip:

Many much more useful code examples are available
in any good C++ textbook. See the book reviews
at www.accu.org for ideas.

Info:
It's in the books.

-Mike
 
D

David Harmon

On 10 Jun 2004 12:00:29 -0700 in comp.lang.c++,
(e-mail address removed) (SkyIsland) wrote,
I'm new to c++ programming. Can anyone give me some code examples on
how to do somestuff, or tips any info would be nice...

This issue is covered in Marshall Cline's C++ FAQ. It is always good to
check the FAQ before posting. You can get the FAQ at:
http://www.parashift.com/c++-faq-lite/

See the welcome message posted twice per week in comp.lang.c++ or
available at http://www.slack.net/~shiva/welcome.txt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

New to programming 3
Looking to change programming direction 1
C programming 5
New Programming Language GALAXION 2
I'm new 0
I'm tempted to quit out of frustration 1
Advice for programming career 3
I'm new :) 1

Members online

Forum statistics

Threads
474,170
Messages
2,570,924
Members
47,464
Latest member
Bobbylenly

Latest Threads

Top