Hey,
I know this is kind of a stupid question, but, what's really the difference between C++ and visual C++. And just C?
I'm looking for a language that I can use to make a lot of programs, as well as maybe working on linux. Networking stuff too.
Thanks!
C languages
Started by Fairy Fighter, Aug 02 2009 06:47 PM
14 replies to this topic
#1
Posted 02 August 2009 - 06:47 PM
|
|
|
#2
Posted 02 August 2009 - 07:30 PM
C and C++ are totally different languages.
I would aim for C++
I would aim for C++
#3
Posted 02 August 2009 - 07:38 PM
Yeah, those are definitely different. But what's the difference between C++ and Visual C++? Is visual C++ more Microsoft oriented and C++ more hardware configuration?
#4
Posted 02 August 2009 - 07:40 PM
I honestly do not know, never been to far into GUI in desktop apps
I think my friend tried Visual C++ and its not a "language" per say but more of a Compiler that helps you more with the interface of your application.
I could be wrong tho, but unless somebody else corrects me id go with that.
Once you know a few languages picking up a new one will be easy, so just get your feet wet and start coding!
I think my friend tried Visual C++ and its not a "language" per say but more of a Compiler that helps you more with the interface of your application.
I could be wrong tho, but unless somebody else corrects me id go with that.
Once you know a few languages picking up a new one will be easy, so just get your feet wet and start coding!
#5
Posted 02 August 2009 - 07:43 PM
Thanks, I've done some coding. Semester of visual basic. And a stuff like html, xml, lua, and css on my own, but I haven't gotten to far with those over the last couple years.
#6
Posted 02 August 2009 - 07:48 PM
I really wouldnt consider HTML, CSS, and the like to be a "language" more of a "syntax" for displaying stuff.
Programming requires more logic, you took some VB? I would expand that a bit, throw some C++ in there wouldnt be hard, just keep coding, learn more advanced features and the sort.
Programming requires more logic, you took some VB? I would expand that a bit, throw some C++ in there wouldnt be hard, just keep coding, learn more advanced features and the sort.
#7
Posted 02 August 2009 - 07:54 PM
Yeah, I've just done more of the basics when I was in like high school.
Trying now to incorporate more logic and skill.
Thank for your help!
Trying now to incorporate more logic and skill.
Thank for your help!
#8
Posted 02 August 2009 - 07:55 PM
There are lots of college level courses in my "200 Classes" link in my signature, you should check it out you may love some of the programming courses.
Always feel free to +Rep helpers!
Always feel free to +Rep helpers!
#9
Posted 03 August 2009 - 07:48 AM
Fairy Fighter said:
Hey,
I know this is kind of a stupid question, but, what's really the difference between C++ and visual C++. And just C?
I'm looking for a language that I can use to make a lot of programs, as well as maybe working on linux. Networking stuff too.
Thanks!
I know this is kind of a stupid question, but, what's really the difference between C++ and visual C++. And just C?
I'm looking for a language that I can use to make a lot of programs, as well as maybe working on linux. Networking stuff too.
Thanks!
Visual C++ is C++ along with a custom library for doing Windows development. C is the ancestor of C++, and is mostly a subset of C++. However, the best practices between C and C++ are very different, so you are better off thinking of them as completely separate languages with very similar syntax.
I would go C++ with cross-platform libraries (not Visual C++).
#10
Posted 21 August 2009 - 07:55 PM
Thanks, Yeah, I was lloking around and decided to try some C++. I think Visual C++ is kind of dopy, same with VB.
#11
Posted 23 August 2009 - 09:56 AM
also: C is for Procedural programming, and C++ is for Object Oriented Programming (the newer and trendy way to program)
#12
Posted 23 August 2009 - 10:09 AM
..."Trendy"? People have been frequently OO programming since the early nineties, at least, and has it's roots in the 60's. That's not new in computer terms, and it's done for practicality when dealing with large projects, not because it happens to be "stylin'" now.
So... "trendy" wouldn't be my word for it. :)
So... "trendy" wouldn't be my word for it. :)
Wow I changed my sig!


Sign In
Create Account


Back to top










