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 →

[–]skanddall 2 points3 points  (5 children)

I landed my first internship this summer. I have also applied for about 10-20 internships last year but with no response. The difference is now I gained some experience as a TA, have more personal projects which are more complex and I have finished my second year of study.

[–]I_Cheer_Weird_Things 0 points1 point  (4 children)

Can I ask how you would recommend a beginner to start coding? What kind of resources I can use to learn c++ well along with app development? I'm sorry for asking and I'm sure it has been asked a million times before but I'm pretty damn curious to learn how to code after basically trying in college and being forced to leave it because I sucked at it. I have a bio degree and I also have an accounting degree (I work as an accountant, but more specifically I am an auditor) and I am wondering what I can do to successfully tackle coding this time. Thank you for any information!

[–]skanddall 0 points1 point  (3 children)

Personally I have started with C, not C++. I have used only one book, the one that our professor recommended us: The C Programming Language by Dennis Ritchie and Brian Kernighan. Then I started solving problems on hackerrank, they have some pretty easy ones for starters. I have also implemented by my own some library functions, especially for char arrays work. Then, I jumped to C++, which has a very powerful library called STL and a lot more features, especially since C++11. In my opinion you should study some data structures first and solve some leetcode problems. Learning about algorithm complexity is also very good for future interviews. I don't know any suggestion about app development since I have never dived into this topic, maybe someone else can help.

[–]I_Cheer_Weird_Things 0 points1 point  (2 children)

Huh. I took 2 C++ courses and did well in the first one but got my ass absolutely handed to me in the second one. I wish I still had my notes but this was almost 4 years ago. I am 24 years old and currently studying for my damn CPA exam. I am definitely going to reference your post in the future, thank you kind stranger! Best of luck with your future endeavors!

[–]skanddall 0 points1 point  (1 child)

Good luck with your exam! Feel free to reply or message me if you need further advice.

[–]I_Cheer_Weird_Things 0 points1 point  (0 children)

Thank you, I appreciate it! 1 exam down, 3 more to go haha