Thirteen Years of Service
Posts: 47
Threads: 10
Where To Learn C++? 05-02-2014, 07:25 PM
#1
Greetings HackCommunity,
Edit: I don't need what I've asked for earlier, I just want a suggested site to use and start learning C++ with.
Thank You.
•
Twelve Years of Service
Posts: 26
Threads: 5
RE: Where To Learn C++? 05-04-2014, 09:47 PM
#4
An additional question for this topic, where can i find a good tutorial for setting up all necessaries in xubuntu 64bit 14.04 for c++ Java Python PHP Java Scipt
•
Twelve Years of Service
Posts: 70
Threads: 20
RE: Where To Learn C++? 05-05-2014, 12:24 AM
#5
i suggest learning ruby easier to understand and more useful in writing scripts...in fact metasploit itself is based on ruby ))
•
Twelve Years of Service
Posts: 9
Threads: 1
RE: Where To Learn C++? 05-16-2014, 02:04 PM
#6
There are alot of good guides and tutorials on the internet, youtube is a great source of knowledge, its pretty easy to follow video tutorials on youtube with pen and paper.
My favourite is printed books tho, Im currently learning C# and I have several books. I follow alot of tutorials and guides on the internet, which helps alot, but in the end of the day I think that real printed books are the best. I guess its up to you what you prefer and how you learn best
•
Twelve Years of Service
Posts: 226
Threads: 13
RE: Where To Learn C++? 05-16-2014, 10:50 PM
#7
If you want I can make a series of C++ tutorials.
//I haven't checked the forum's tutorials

I don't know if there is an existing one.
Cheers
I'm too busy with Learning new things. Will check as much as I can.
•
Twelve Years of Service
Posts: 3,534
Threads: 832
RE: Where To Learn C++? 05-17-2014, 04:03 PM
#8
google. there's 100+ good sites to learn it. Just search!
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.
•
Twelve Years of Service
Posts: 4
Threads: 1
RE: Where To Learn C ? 05-17-2014, 04:31 PM
#9
After learning a bit i suggest you to use codeblocks 11.2 for practiceing
•
Twelve Years of Service
Posts: 226
Threads: 13
RE: Where To Learn C++? 05-17-2014, 09:20 PM
#10
Hello again.
I don't know how I could have forgotten this, but I recommend reading a book by the creator of C++.
for introducing the tools and concepts: I recommend reading "Programming Principals and Practice by Bjarne Stroustrup"
for using those tools ,advanced book, : I recommend reading "The C++ Programming Languages"
Regards Netero
I'm too busy with Learning new things. Will check as much as I can.
•