R
rockstar
Hi all,
I'm one of those wiz kids who knows a bit about all the main
programming languages (C, C++, Java, PHP, Python, etc...) but none of
them super good. I'm actually working as a software developer now, and
am working with PHP, skills are much improved, and I'm going to school
and learning Java, and doing C++ out of a bunch of books, mostly "Teach
Yourself C++ in 24 Hours" which seems to be helping a lot. I've hopped
on a few open source projects so that I can get exposure with the
language and learn the problem solving by actually doing it.
One of the first things I need to do is port a C program (actually a
pretty simple, single program) to C++. As I look at the code, I
understand what's going on. My biggest question is "What are some of
the biggest differences between C and C++" I'm talking syntax, etc.
I'm gonna have to port this whole program soon, and would like to get
the best C++ guys to warn me about pitfalls, etc. I'm using linux and
g++. Apparently, g++ compiles c as well so I figure I'll use that for
compilation.
Your input is appreciated, especially because I'd like to become
strong with C++.
Paul
http://eventuallyanyway.com
I'm one of those wiz kids who knows a bit about all the main
programming languages (C, C++, Java, PHP, Python, etc...) but none of
them super good. I'm actually working as a software developer now, and
am working with PHP, skills are much improved, and I'm going to school
and learning Java, and doing C++ out of a bunch of books, mostly "Teach
Yourself C++ in 24 Hours" which seems to be helping a lot. I've hopped
on a few open source projects so that I can get exposure with the
language and learn the problem solving by actually doing it.
One of the first things I need to do is port a C program (actually a
pretty simple, single program) to C++. As I look at the code, I
understand what's going on. My biggest question is "What are some of
the biggest differences between C and C++" I'm talking syntax, etc.
I'm gonna have to port this whole program soon, and would like to get
the best C++ guys to warn me about pitfalls, etc. I'm using linux and
g++. Apparently, g++ compiles c as well so I figure I'll use that for
compilation.
Your input is appreciated, especially because I'd like to become
strong with C++.
Paul
http://eventuallyanyway.com