How can I improve my language because I not good at language c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I improve my language because I not good at language c++

16th Nov 2016, 6:49 AM
ashvinee
ashvinee - avatar
9 Answers
+ 4
what exactly you are not good at in c++? specify please?
9th Dec 2016, 6:53 AM
wave rider
+ 4
the code looks legit. 2 functions that print a text. one calls another. I see no problem here. It's all good :) you are doing well. what is confusing in this code?
9th Dec 2016, 7:44 AM
wave rider
+ 2
keep trying. don't think its hard. believe in yourself and keep trying ;)
16th Nov 2016, 6:53 AM
Ali Anando
Ali Anando - avatar
+ 2
Well, give a code example that is confusing to you
9th Dec 2016, 7:09 AM
wave rider
+ 1
you can try solve problems. use google to search them.
16th Nov 2016, 8:35 AM
Adefful
+ 1
practice, practice and practice
16th Nov 2016, 8:59 AM
Dhruv Saxena
Dhruv Saxena - avatar
0
Ohhkk, thank uhh.....
16th Nov 2016, 6:57 AM
ashvinee
ashvinee - avatar
0
I'm not good at functions n memory allocation in language
9th Dec 2016, 7:04 AM
ashvinee
ashvinee - avatar
0
#include<iostream> Using namespace std; Void myfun1() { Cout <<"\n my function 1"; } Void myfun 2() { Cout<<"\n myfun 2"; myfun1() ; } Int main() { myfun2() ; return 0; }
9th Dec 2016, 7:26 AM
ashvinee
ashvinee - avatar