Results 1 to 19 of 19
Thread: Learning C++
-
10-11-2011, 06:10 AM #1
MTV Senior
is Hagane no RenkinjutsushiI am:
- Join Date
- Jun 2011
- Posts
- 1,381
- MTV$
- 317
Learning C++
Hi guys, I just have a very basic C++. Do you guys know any good notes about C++ start from beginner to pro (The note is simple but it's very excellent in giving the tutorial)? I really need it as I'm not so good in programming and I think this is the time where I should be so serious in learning the programming.
-
10-11-2011 06:10 AM # ADSAdvertise here Circuit advertisement
- Join Date
- My Birthday
- Posts
- Million and counting
-
10-12-2011, 06:52 AM #2
MTV Senior
is Hagane no RenkinjutsushiI am:
- Join Date
- Jun 2011
- Posts
- 1,381
- MTV$
- 317
-
10-12-2011, 09:00 AM #3
MTV Senior
is Hagane no RenkinjutsushiI am:
- Join Date
- Jun 2011
- Posts
- 1,381
- MTV$
- 317
-
10-12-2011, 09:23 AM #4
MTV Rookie
This user has no status.I am:----
- Join Date
- Aug 2011
- Posts
- 75
- MTV$
- 10
-
10-30-2011, 05:49 AM #5
MTV Newbie
This user has no status.I am:----
- Join Date
- Oct 2011
- Posts
- 23
- MTV$
- 99
-
10-30-2011, 07:20 AM #6
MTV Senior
This user has no status.I am:
- Join Date
- May 2011
- Posts
- 1,176
- MTV$
- 1,409
-
Re: Learning C++
I learned C first and then moved onto C++. I think you can do whichever way you want. You can check C++ Books online.Pick the one which you like and then start reading. Don't forget to code as it'll surely help you in coding. In some cases you may need help and in such conditions you check the online forums for help. I learned a lot of stuff that way.
-
Re: Learning C++
I'm not very interested on this topic
So I like to know, what is useful in Multi Languages
What is the best language
-
06-13-2012, 06:24 PM #9
MTV Regular
This user has no status.I am:----
- Join Date
- Jun 2012
- Posts
- 566
- MTV$
- -520
Re: Learning C++
I have also been learning C++. I just collected the material from net and have been studying it. We can get really good contents in some sites. So just google and find out some appropriate sites as per your understanding.
-
06-13-2012, 06:26 PM #10
MTV Regular
This user has no status.I am:----
- Join Date
- Jun 2012
- Posts
- 566
- MTV$
- -520
Re: Learning C++
You might also find some e-books. So just pay some time for googling because you can really find some good treasure online. goodluck
-
07-20-2012, 12:51 PM #11
MTV Regular
is just chillingI am:
- Join Date
- May 2012
- Location
- pasay city
- Posts
- 563
- MTV$
- -2
Re: Learning C++
try to search it on google as i remember theres a site that help you to learn in c++ programming language on that site theres also a tutorial and some sample programs that they share,i used to go there but i just cant remember the whole sites domain..
-
07-28-2012, 05:10 PM #12
MTV Regular
This user has no status.I am:----
- Join Date
- Jun 2012
- Posts
- 566
- MTV$
- -520
-
09-09-2012, 06:23 PM #13
Banned
is who wander are lost!!!I am:
- Join Date
- Sep 2012
- Posts
- 1,704
- MTV$
- 5,031
Re: Learning C++
I am currently working on a project and i have been using Genetic algorithm for the programming part. Is anyone here familier to Genetic Algorithm?? I have been collecting few materials from the internet and studying it. Is there anything specific that i must be going through to have clear idea
-
09-14-2012, 12:33 AM #14
Banned
This user has no status.I am:----
- Join Date
- Sep 2012
- Posts
- 1,129
- MTV$
- 3,336
Re: Learning C++
Do you guys know any good notes about C++ start from beginner to pro (The note is simple but it's very excellent in giving the tutorial)? I really need it as I'm not so good in programming and I think this is the time where I should be so serious in learning the programming.
-
09-21-2012, 09:50 PM #15
MTV Regular
This user has no status.I am:----
- Join Date
- Sep 2012
- Posts
- 349
- MTV$
- 8
Re: Learning C++
learning c+ in I am currently working on a project and i have been using Genetic algorithm for the programming part. Is anyone here familier to Genetic Algorithm?? I have been collecting few materials from the internet and studying it. I really need it as I'm not so good in programming and I think this is the time where I should be so serious in learning the programming.
-
Re: Learning C++
Probably the best way to start learning a programming language is by writing a program. Therefore, here is our first program:
// my first program in C++
#include <iostream>
using namespace std;
int main ()
{
cout << "Hello World!";
return 0;
}
-
10-02-2012, 01:14 PM #17
MTV Senior
is www.investorposts.comI am:----
- Join Date
- Jul 2012
- Posts
- 1,847
- MTV$
- 511
Re: Learning C++
I got difficult learning c++ as i am the student of IT . TO learn c++ program at first you should have knowledge of C programming then only you can go ahead .We know that c++ is very important in our life .so,to learn c++ tutorials in best.
-
10-04-2012, 10:52 AM #18
Banned
is is banned for copy pastingI am:----
- Join Date
- Oct 2012
- Posts
- 340
- MTV$
- 1,000
Re: Learning C++
C++ Language Tutorial
These tutorials explain the C++ language from its basics up to the newest features of ANSI-C++, including basic concepts such as arrays or classes and advanced concepts such as polymorphism or templates. The tutorial is oriented in a practical way, with working example programs in all sections to start practicing each lesson right away.
-
11-27-2012, 01:47 PM #19
MTV Regular
This user has no status.I am:----
- Join Date
- Nov 2012
- Posts
- 323
- MTV$
- 863
Re: Learning C++
It's very easy to learn C++ once you know the programming skills used in C programming language. C++ is just the extended version of C so maximum features are same just the keywords and the structures are different.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)































Reply With Quote




Bookmarks