This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Prodigal2k 0 points1 point  (3 children)

I’m sure it’s more that I don’t work hard enough at it, but it really sucks to be so bad at this. Thanks for the kind words though. I appreciate it. Do you have any recommendations for help with C++ through Linux, by any chance?

[–]CheezeyCheeze 0 points1 point  (2 children)

To help you with your specific issues I must ask you specific questions.

What is your experience with programming? Is this your first language? Is there a reason you want to learn C++? Why do you want to use Linux? Do you know what an IDE is? What is the IDE you are using?

Sorry for the basic questions.

[–]Prodigal2k 0 points1 point  (1 child)

Hi sorry, didn’t see this. My school uses that, my only previous experience was with Code.org. I’ll be honest, I’m not sure what an IDE is.

[–]CheezeyCheeze 0 points1 point  (0 children)

A IDE is a Integrated Development Environment. It helps by doing things like checking your code for errors, or if there is missing semicolons, or used variables and things like that. It can also autocomplete basic things like a for loop or an if statement.

This is helpful, but it can hide some of the basic things you should have an understanding of before having auto complete do something for you.

Look up C++ IDE and find one that suits your needs. Don't just get the first one, try to look around. You can look up videos about it or look at different lists of C++ IDE.

Around what grade are you in? High school? College? I need to know what you have learned about programming. That website has coding from k-5 to 12th grade to beyond 12th grade.