Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,587 members, 7,809,123 topics. Date: Friday, 26 April 2024 at 12:06 AM

I Want To Learn C++ Programming Language - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / I Want To Learn C++ Programming Language (4180 Views)

Learn C++ Programming Language In Few Days / Lets Learn C / Lets Learn C# Here!(study Group For Beginners) (2) (3) (4)

(1) (Reply) (Go Down)

I Want To Learn C++ Programming Language by Jengbetiele: 5:13pm On Feb 23, 2015
Can someone help me out, I really wish to learn C++ programming language somebody help...............

1 Like

Re: I Want To Learn C++ Programming Language by brightedge(m): 6:01pm On Feb 23, 2015
What kind of help do you need? Start from these free online tutorials. Perhaps when you have specific questions you would receive good answers from this forum.

http://www.cplusplus.com/doc/tutorial/
http://www.tutorialspoint.com/cplusplus/
Re: I Want To Learn C++ Programming Language by codemarshal08(m): 6:43pm On Feb 23, 2015
Jengbetiele:
Can someone help me out, I really wish to learn C++ programming language somebody help...............
we should help u on wat ?
Re: I Want To Learn C++ Programming Language by Jengbetiele: 6:57pm On Feb 23, 2015
I really wish to learn....probably arrange or link me up with a very good programmer,or teach me how to get started
codemarshal08:

we should help u on wat ?
Re: I Want To Learn C++ Programming Language by Jengbetiele: 7:14pm On Feb 23, 2015
Thank you so much. I will be going for a masters degree in computer science possibly outside Nigeria. I have heard stories of how computer science graduate with high cgpa find it difficult to cope abroad because of the standards there. Its not a two way thing, you have to be very good or at least be trainable in programming.In my own case, I am a fast learner willing to learn. All I know about programming is theoretical.l had to cram codes to pass programming classes in the universities like 99.9 percent of my class mate. I don't know how it works and I have never written a code. My proposed course needs me to be good in programming C++ particularly. And I know next to nothing practically...I can define terms quite well but I can't work with the terms I know ...I hope you understand me now. Thanks alot
brightedge:
What kind of help do you need? Start from these free online tutorials. Perhaps when you have specific questions you would receive good answers from this forum.

http://www.cplusplus.com/doc/tutorial/
http://www.tutorialspoint.com/cplusplus/
Re: I Want To Learn C++ Programming Language by codemarshal08(m): 7:58pm On Feb 23, 2015
how much time are u willing to dedicate to this learning process because its a step by step thing
Re: I Want To Learn C++ Programming Language by Jengbetiele: 8:07pm On Feb 23, 2015
codemarshal08:
how much time are u willing to dedicate to this learning process because its a step by step thing
Thanks so much. All my time as I am 100percent free at the moment!
Re: I Want To Learn C++ Programming Language by GoodBoi1(m): 8:13pm On Feb 23, 2015
Are looking for programming experience (as in you have no background )? This should help
http://greenteapress.com/thinkcpp
Re: I Want To Learn C++ Programming Language by codemarshal08(m): 8:17pm On Feb 23, 2015
Jengbetiele:

Thanks so much. All my time as I am 100percent free at the moment!
here is wat i have for u

1) Get a c++ IDE . either CodeBlocks http://www.codeblocks.org/ or Vs studio
2) Get yourself a good c++ book (http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list).

if u would learn better thru visual stuffs, u might prefer some video tutorials on utube (
https://www.youtube.com/watch?v=tvC1WCdV1XU)
3) Get Your Self familiar with StackOverflow http://stackoverflow.com/ and google
4) practice , practice .....Keep coding
5) Feel free to ask for help !

Good luck

4 Likes

Re: I Want To Learn C++ Programming Language by Jengbetiele: 8:23pm On Feb 23, 2015
Thank you so much. So by the time I finish these steps, will I be able to write C++ codes very well? I am so grateful
codemarshal08:

here is wat i have for u

1) Get a c++ IDE . either CodeBlocks http://www.codeblocks.org/ or Vs studio
2) Get yourself a good c++ book (The Definitive C++ Book Guide and List). if u would learn better thru visual stuffs, u might prefer some video tutorials on utube (
https://www.youtube.com/watch?v=tvC1WCdV1XU)
3) Get Your Self familiar with StackOverflow http://stackoverflow.com/ and google
4) practice , practice .....

Re: I Want To Learn C++ Programming Language by codemarshal08(m): 8:27pm On Feb 23, 2015
hehe , Do them first ok ? I wish u well

1 Like

Re: I Want To Learn C++ Programming Language by Celebrimbor(m): 11:32pm On Feb 23, 2015
you have to understand that programming is a skill that takes years to develop. you have to handle the fact that it is not going to be a rosy ride on your way to learning C++. also learning that particular language is the least of your problem. if you want to be a great programmer proficient in C++, you must learn how to logically deduce the steps needed to solve any problem presented to you, knowing which data structure is best suited for the problem, how the running time of your solution increases with increase in input etc. So my contribution is this, get a good algorithm text along side all the C++ materials that has been suggested to you. Make sure you use it along side your C++ materials. it may be hard at first, I know that first hand, but it would be worth it at the end. lastly you can register in any of this sites for programming challenges that would help you strengthen what you have learned
www.projecteuler.net
www.codeforces.com
www.topcoder.com
www.codechef.com

3 Likes

Re: I Want To Learn C++ Programming Language by Dclique(m): 5:42am On Dec 11, 2015
You can start with this free C++ tutorial videos


https://www.youtube.com/watch?v=s-obFnxH8Tw&list=PLRtVAYgoLea5k83rxJUGYyW-W1ZGcbcl6&index=5

Then when you're skill improves, you can study further with this playlist
https://www.youtube.com/playlist?list=PLRtVAYgoLea5k83rxJUGYyW-W1ZGcbcl6

1 Like

Re: I Want To Learn C++ Programming Language by uzoexcel(m): 2:52am On Nov 22, 2016
Celebrimbor:
you have to understand that programming is a skill that takes years to develop. you have to handle the fact that it is not going to be a rosy ride on your way to learning C++. also learning that particular language is the least of your problem. if you want to be a great programmer proficient in C++, you must learn how to logically deduce the steps needed to solve any problem presented to you, knowing which data structure is best suited for the problem, how the running time of your solution increases with increase in input etc. So my contribution is this, get a good algorithm text along side all the C++ materials that has been suggested to you. Make sure you use it along side your C++ materials. it may be hard at first, I know that first hand, but it would be worth it at the end. lastly you can register in any of this sites for programming challenges that would help you strengthen what you have learned
www.projecteuler.net
www.codeforces.com
www.topcoder.com
www.codechef.com

1 Like

Re: I Want To Learn C++ Programming Language by funloaded: 1:09pm On Nov 29, 2016
Bro..... Download codeblocks..... Its the best tool to write c++, I have series of tutorials on my system but I stay in Ondo. Just download Code::Blocks for a start c++ is very easy let me even write a code to calculate 30% of any amount you input

#include <iostream>
#include <cmath>
Using namespace std;
Int main()
{
int x;
float y, z;
cout<<"Enter the amount you want to calculate to give 30% profit:";
cin>>x;
y = x * 0.3;
z = x + y;
cout<<"30% of"<<x<<"is "<<z<<endl;
}

The above program is the simplest code you can write with c++, if you run this code under code blocks or Dev, it will ask for a number, input any integer maybe 20, it will calculate 20 * 0.3 (30% of 20) and add the 30% to the 20 then it will give u ur answer to be 26....... So so so so simple

3 Likes

Re: I Want To Learn C++ Programming Language by chukxy: 7:18am On Dec 02, 2016
What's the need of learning C++ in Nigeria since it is of no use?
Re: I Want To Learn C++ Programming Language by uzoexcel(m): 2:35pm On Dec 05, 2016
Niceeeeeee

funloaded:
Bro..... Download codeblocks..... Its the best tool to write c++, I have series of tutorials on my system but I stay in Ondo. Just download Code::Blocks for a start c++ is very easy let me even write a code to calculate 30% of any amount you input

#include <iostream>
#include <cmath>
Using namespace std;
Int main()
{
int x;
float y, z;
cout<<"Enter the amount you want to calculate to give 30% profit:";
cin>>x;
y = x * 0.3;
z = x + y;
cout<<"30% of"<<x<<"is "<<z<<endl;
}

The above program is the simplest code you can write with c++, if you run this code under code blocks or Dev, it will ask for a number, input any integer maybe 20, it will calculate 20 * 0.3 (30% of 20) and add the 30% to the 20 then it will give u ur answer to be 26....... So so so so simple
Re: I Want To Learn C++ Programming Language by varmint: 11:50pm On Dec 06, 2016
I need a decent c++ programmer for a simple inventory program. You can contact me on whatsapp @09097268222
Re: I Want To Learn C++ Programming Language by funloaded: 6:23pm On Dec 15, 2016
chukxy:
What's the need of learning C++ in Nigeria since it is of no use?
You can use c++ to create executable apps for windows pc.... Using one app, I don forget

1 Like

(1) (Reply)

Where Can I Get Books On Programing In Lagos / Ready For Flat Surface Disc-shaped circumference Earth Alternate Truth ? / [advice request]Would You Recommend Mini Laptop For Programming?

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 36
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.