f8f14a No.4264
what do i do? what books do i read? i think about learning c++, what book should i read for it?
____________________________
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
f8f14a No.4265
You start by reading this board. There is already a ton of information here to help get you started. Search for shit in the catalog.
If you want c++ books there is this: http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list
However it is not typically suggested as a beginner language.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
f8f14a No.4266
>>4265
what do i need to do to program? like any programs to write the stuff on?
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
f8f14a No.4267
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
f8f14a No.4268
>>4266
You need a text editor and a compiler. I guess you can always use an IDE like this:
http://www.codeblocks.org/
or that:
http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/lunar
You'll still need a compiler (something like GCC on Linux and MinGW-w64 on Windows).
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
f8f14a No.4272
>>4268
If you're doing Windows development, you'd be better served by downloading Visual Studio (for OP, that's Microsoft's IDE).
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
f8f14a No.4288
not OP, but I'm a math student trying to into /prog/ so that I can actually do some proper linear algebra … I'm starting in on C++ Primer by Lippman, but is there a more general book I could read alongside, a guide to the structure and thinking process of programming? I have basic Python and R, so I'm not an absolute neophyte but I'm wanting to do some proper learning now
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
f8f14a No.4289
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
f8f14a No.4290
>>4289
sticky seemed to be recommendations of math books for programmers (I've read a number of them) whereas I'm more looking for a programming book for mathematicians
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
f8f14a No.4293
>>4288
>is there a more general book I could read alongside, a guide to the structure and thinking process of programming?
Try this:
https://mitpress.mit.edu/sicp/
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
f8f14a No.4295
>>4293
yes! this is more what I was looking for thank you anon
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
f8f14a No.4312
>>4264
My reason for entering the world of programming was to make games, so I started with shittastical yet fun engines like GameMaker. Gave me a feel for what kind of structure a game program needs. Learning C# after having used gamemaker for years allowed me to see what object oriented programming and polymorphism really are. I am now trying to get my head around C++ OOP to develop in Unreal Engine.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
2c28c3 No.5269
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.