+ 6
I am a beginner for C++,Which things I should practice more?
7 ответов
+ 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/
+ 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!
+ 4
logic, computing, command line, C, C++, numbers, text based games, random stories, and simple text games
+ 2
if you want to start powerfully in c++ u should to practice files and array and classes and funcs a lot
+ 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:_
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.