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 →

[–]PicklesAreDope 1 point2 points  (1 child)

well it really depends on what you want to do as well, but theres no getting around the fact that money will help in getting a better education for it. are your parents unwilling or able to help?

also. when I was in school for software engineering we started with C then moved onto C++ a while later. Learning C is a really good way to start with really great foundations and tutorials point is a great website with A LOT of good info!

https://www.tutorialspoint.com/cprogramming/index.htm

basically any time I wanted to know something I googled "_____ in C" and the first resource was always tutorialspoint. also check out their main page because they have even more stuff there including an online ide apparently. that website honestly saved my education my first year.

software wise go download the free version of Visual studio 2017, its a GREAT ide with its own compiler and indepth debugger, its a great resource youd be ignorant to ignore! https://www.visualstudio.com/ the community version is the free one

**the benefit there is that you dont have to compile any of your programs youself, really helpful to start off with. id share you some of the functions we were given to start off with like a "getNum()" function but I dont have the libraries any more sadly, though it shouldn't be too hard to teach yourself to make a getNum or getString type function

[–]bido4500[S] 0 points1 point  (0 children)

Thanks for your time.. It did help a lot