• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Programming - Any good guides?

Zatjin

Advanced OT User
Joined
Sep 18, 2011
Messages
2,226
Reaction score
219
Location
Norway
I've been searching for a good C/C++ guide, but I find only outdated ones.

Anyone got a good one to share with me? :D
 
Start by looking at the programming section, then youtube "C++ tutorial"
 
Sure.
n2dNmF.png
 
If you really are going to try C++, Try using Code::Blocks or other IDE:s
Visual Studio C++ isn't really that reliable when you want to learn cross-platform coding.
Dev-Cpp is very old, stopped being developed at 2005. Im sure there is a thread at the programming section discussing this XD.
 
Dev-C++ is buggy as hell. Download Visual Studio instead.

#Edit

I recommend reading tutorials since in my opinion, it's annoying to pause the videos if you missed something.
 
Last edited:
Visual studio express is free, and works well with C++, my friend.

If you are new, you could try, "TheNewBoston "(google him) They do some okay videos with C/C++/C# .
But really there are tons of videos and reable 'tuts' out there. Hope you find something that fits you ! :)

Good luck!
 
Back
Top