Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

C or C++?


ghost's Avatar
0 0

Hey I've learned some python and i wanted to learn a new language. i want to get into making my own tools like cain or nmap. I've done some research and i've heard that C++ is better for programs like that. but some people say its good to learn C because it can make it easier to learn ASM in the future. any advice would be appreciated, thanx in advanced.


mido's Avatar
Member
0 0

C++ allows the programmer to more easily manage and operate with Objects, using an OOP (Object Oriented Programming) concept. As you can see that C++ is a OOP…. C++ is mostly used for now…and most of OS parts, coded by C++ actually, the both (C and C++) are kinda similar, but C++ is better for OS applications than C, C was used to make Drivers etc… C++ mostly supports C codes… If you wanna learn, learn C++, If you learn one, the other would be easy…

Well You can wikipedia the both if you cant get me http://en.wikipedia.org/wiki/C_%28programming_language%29 http://en.wikipedia.org/wiki/C++


ghost's Avatar
0 0

thnx for the quick reply, i just downloaded dev c++, i think ill learn c++ first. thnx:happy: