I am a beginner for C++,Which things I should practice more? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 6

I am a beginner for C++,Which things I should practice more?

28th Dec 2018, 4:51 AM
Sneha Waghmare
Sneha Waghmare - avatar
6 Antworten
+ 8
C++ is object oriented language which includes concepts like inheritance ,polymorphism , encapsulation,file handling etc. I think you should focus on such concepts you can refer : https://www.tutorialspoint.com/cplusplus/
29th Dec 2018, 9:44 AM
Amruta
Amruta - avatar
+ 5
Hi Sneha Waghmare Welcome to Sololearn. Best is to start writing very small programs, first the "hello world" and other examples from the tutorial. Then add to it as you learn more about the language. Soon you will have your own ideas and try bigger things!
28th Dec 2018, 5:24 AM
ifl
ifl - avatar
+ 4
logic, computing, command line, C, C++, numbers, text based games, random stories, and simple text games
28th Dec 2018, 4:53 AM
Potato Hacker
Potato Hacker - avatar
+ 2
if you want to start powerfully in c++ u should to practice files and array and classes and funcs a lot
7th Jan 2019, 10:06 AM
Mohammad Javad Bidari
Mohammad Javad Bidari - avatar
+ 1
Start with small programs that interests you the most like try to make a program that requires an input of time like: example: enter the time in hours: 155 days: _ hours:_ minutes:_ seconds:_
8th Jan 2019, 6:38 AM
PR1D3V
PR1D3V - avatar
0
You should practice working on multi dimensional arrays,loop and statements, and as you have completed cpp on sololearn you should work on different function prototype of all header file atleast once. e.g. cos (),sin () from math.h delay () from dos.h And I am also a beginner so suggest me what you think.
11th Jan 2019, 1:09 PM
Raisun Lakra