+ 14
How I Become a great programmer or big developer?
please tell me the steps 😢😢
19 Answers
+ 8
I have not done C , and was directly introduced to C++ , I can say 20% i can understand c++. Should I learn C first ?
+ 8
@Towfique Kabir cout <<" thanks";
+ 3
I'm not able to stress it enough: Start with Python. No doubt.
+ 2
• begin with simple languges such as HTML, CSS3, (PHP or Python) and SQL
• then Move on to C++
You will require lots of practice under years, if you're a quick learner and have interest in learning programming - Then it shouldn't take you that long.
+ 2
You should start by learning Basic C language....C++ is quite similar to C (with wider, stronger and more varieties of options) or you can learn java....some people try to learn every language which isn't how one can be good at programming...master one language perfectly (preferred: C++ /Java) cause you can accomplish most tasks and problems with one language if you are good at it...so try out some of them and decide which one suites you best and then stick with that one...then learn the basics of other languages if you ever find it necessary.....
+ 2
I've learnt c++ for a year now , I got some pretty good experience , but I want to change to java as it seems more reliable , can u recommend to me something that might help (website , book ...) ?
+ 2
@dev799
You can if you want....but if you were introduced to c++ first and if you know all the basics of c++, that means you may already know all there is to know in basic C language...if you have good basic knowledge in c++ then you don't need to learn C
On the other hand if you think your basic isn't strong enough then you can consider learning C...
I learned C before C++ and i found that it was easier for me to get used to it than others whom where directly introduced to C++
+ 2
It all depends on what side you choose.... Either website or gaming or android or others.
For web you'll need html, CSS, js, PHP....... Gaming is better with c#......android depends on Java.... For all these first begin with C😊
+ 1
@mekacher anis
try YouTube video tutorials by thenewboston
he got fluent accent and breaks down his tutorials into smaller and easier parts which is easy to understand even for a newbie....
Watching video tutorial is more reliable than any book (my opinion) as they will be giving practical examples and you can try those while watching....saves time also...but if you still want to read then try Java 2: The Complete Reference
0
the only one and the best step is LEARN and keep on LEARN.
0
Learn coding
0
Learn and Implement, You will not be a good programmer in one day, its upto you, how much time you give to programming.Every Time you will learn new thing
- 3
1. Actually know what lessons are talking about.
2. Give yourself a question and try to answer it
3. int a;
for ( a = 0; a < 1000000; a++)
{
Console.WriteLine("CODE! CODE! CODE!");
}
- 5
good advice
- 6
while true:
print ('LEARN!')
- 11
hi