[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

C++

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 25
Thread images: 5

File: c++.png (1KB, 270x187px) Image search: [Google]
c++.png
1KB, 270x187px
Anyone read demystified c++? is it good for a young man who wants to learn how to write a good code ? I know i know, it will take me forever and i will be confused a lot of times in process of learning and stuff but please jerks that will be like "U aint gonna make it to the end" dont post those shit. Im rly into this shit, willing to sacrafice years of my life and social life for this shit.
On the other hand, constructive advices are gladly accepted, literature and programs for writing codes, and websites to practice and stuff.

PS. if anyone knows literature on Croatian/Bosnian/Serbian language it would be best.
Thank you anons and peace :)
>>
Plus, im still on WinXP, so it would be helpful codwriting programs to be comptible with XP, I,m kind short on money to upgrade, but i have a lot of time and a nice naighbour that gave me wifi pass :)
>>
https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list
You should be able to pirate any or every one of those books.
Stick with English, its good for the long term.
Write code, read other peoples code.
>>
>>59334843
>I know i know, it will take me forever and i will be confused a lot of times in process of learning and stuff but please jerks that will be like "U aint gonna make it to the end" dont post those shit
>Im rly into this shit, willing to sacrafice years of my life and social life for this shit.
you sound like literally everyone from /g/ when they were underage, insisting on picking up C++ as their first language, only to fail miserably
>>
>>59334843
Learn a good language first. When I was underage I did a lot of C and low-level UNIX stuff for fun, and I'm happy I did that because it built a wealth of experience with the systems I worked with before I got lost in the abstraction of C++.

ALSO
You're pretty dumb for asking for unironic advice on 4chan, just sayin
>>
>>59334997
Interesting point with English, thank you for advices , means a lot Sir

>>59335033
Tryed Ruby - at start is easy, then it goes more and more complicated...
For JS i havent still found program which is compatible with XP...
Plus i found somewhere that after C and C++ every other language is easier to learn and understand.

>>59335102
Well, as for the irony - i gotta hope :) For the C++, i want to learn it and i know if i work hard it will take me about 3-4 years. But if thats a price, let it be.
In other languages, i tryed Ruby, but u get lost to, or there is something wrong on Code Academy sooo, now im just reading about C++ and writing stuff down, processing it in my head, doing some schemes in my head visualising it all in my head and stuff.
I hope, that with enaugh of work, i will understand it.
I want to understand it and i will, because i got plans that are not just making money of off programs.

Damn, i wrote a novel. Anyway anons, thank you. Rly means a lot.
>>
U aint gonna make it to the end.
>>
File: quadribol.png (157KB, 378x355px) Image search: [Google]
quadribol.png
157KB, 378x355px
The golden rule: everyone who asks about how to start on any programming language will never start or really learn that programming language.
>>
>>59335211
Cmon man hahah
>>
File: 20170310_181621.jpg (4MB, 4128x3096px) Image search: [Google]
20170310_181621.jpg
4MB, 4128x3096px
Good enaugh?
>>
File: 20170310_181612.jpg (4MB, 4128x3096px) Image search: [Google]
20170310_181612.jpg
4MB, 4128x3096px
Now good?
>>
>>59335203
>Plus i found somewhere that after C and C++ every other language is easier to learn and understand.
If you think you can take on an enormous learning curve, then sure, go for it. If you go with an "easier" language though, the curve is more spread out.
>>
File: 1488557280183.jpg (119KB, 1016x1440px) Image search: [Google]
1488557280183.jpg
119KB, 1016x1440px
>>59335280
>actually usign winxp and dev-c++
>>
>>59335541
told you, short on money but huge will to do this
>>
>>59335592
Pirate Windows or get Linux you fucking retard.
>>
>>59335298
FER?
>>
>>59335203

Are you from India, OP?
>>
>>59334866
Install linux like Ubuntu, its free and good
>>
>>59334843
The question was answered here >>59334997. What you need is https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list

Start with Bjarnes book Programming: Principles and Practice Using C++. You can probably pirate it or borrow it at the library. Read it and do every practical assignment in it. Use C++11/14 features everywhere. Don't bother learning legacy C++. You can do that later.

Then just progress in the book list for more in depth shit. Start a personal project. Use Qt creator for your dev environment. It's free and is pretty much point and click. Learn about make systems later.
>>
>>59335298
>>59335280
>coloring
>underlining
You are a girl right?
>>
>>59335203

XP is 15 years old. What are you doing man, install a modern Linux distro.

Also, the best language to start is probably Python nowadays. Don't learn C++ please - I'm getting paid by being able to program in C++ while the stupid kids cannot. I'm always afraid that kids will start learning to really program and my life would get harder and less luxurious.
>>
>>59339105
The real danger with C++ is corporate politics and old timers insisting to not use any modern C++ feature. Fuck me if I have to explain why it's a bad idea to use a raw C pointer when you have unique and shared pointers again to some old dinosaur. Your fucking service discovery solution written in sepples isn't performance critical so you don't have to pass raw pointers everywhere.
>>
>>59335298
>not cursive master race
>>
>>59339346

The dinosaurs still writing C++ are keeping up with the modern standards. At least I am, all my colleagues are, and everyone I know in the industry is.

I'm just happy I feel secure since the kids joining the industry are not even considering this.
>>
>>59339541
>The dinosaurs still writing C++ are keeping up with the modern standards. At least I am, all my colleagues are, and everyone I know in the industry is.
I don't know which strange country or region you live in but here some people are still afraid of the standard lib so they insist on using some old inhouse string libs written before the standard lib was written. Everyone are afraid of change and new features so they ensure everything remotely useful with C++ is kept away. I'm not really young myself with some 15 years of professional C++ programming but I'm lazy enough to understand that it's a good idea to use readily available third party libs if it can cut dev time with a few months and enable a better product.

>I'm just happy I feel secure since the kids joining the industry are not even considering this.
Kids don't want to join in on C++ and industry side of programming because the web pays way more. I'm thinking of changing my focus. Developing several billion dollar weapon systems is fun and all in theory for 2 months. Then you realize it's just as shit as any other industry programming job.
Thread posts: 25
Thread images: 5


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.