| View previous topic :: View next topic |
| Author |
Message |
Negima I post too much
Reputation: 5
Joined: 22 May 2007 Posts: 2221
|
Posted: Fri Sep 14, 2007 1:11 am Post subject: qustion about C++ |
|
|
| whats the diffrence between visual C++ and just C++?
|
|
| Back to top |
|
 |
Showdo Cheater
Reputation: 0
Joined: 31 Aug 2007 Posts: 41
|
Posted: Fri Sep 14, 2007 2:07 am Post subject: |
|
|
The Visual C++ is C++ using the Visual Studio IDE ?
like borland C++, is using the Borland IDE......
Well, people ask for Visual C++ skill or XXX C++ skill, because IDE are different in ways, and just like games, you play a game and go to a simmular game, its the same, but you have to learn differant ways to do things..
same as IDE's, there differant but C++ is always the same
hope that helps
_________________
Skills:VB.NET, Java..
Here to: Gain skills, Fun. |
|
| Back to top |
|
 |
TerryDonahugh Master Cheater
Reputation: 0
Joined: 12 Sep 2007 Posts: 412 Location: .nl
|
Posted: Fri Sep 14, 2007 6:56 am Post subject: |
|
|
It's not just the IDE that is different. Visual C++ and Borland C++ use different compilers. This means you can walk into different library/object formats and subtle differences in the way the C++ language is handled by the compiler.
_________________
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Fri Sep 14, 2007 8:07 am Post subject: |
|
|
| Visual C++ is MFC and shit like that. C++ (Win32 C++) Is mainly code and not visual.
|
|
| Back to top |
|
 |
TerryDonahugh Master Cheater
Reputation: 0
Joined: 12 Sep 2007 Posts: 412 Location: .nl
|
Posted: Sat Sep 15, 2007 5:33 am Post subject: |
|
|
| noz3001 wrote: | | Visual C++ is MFC and shit like that. C++ (Win32 C++) Is mainly code and not visual. |
No. MFC is just a GUI api that one can use. It has nothing to do with the word "Visual" in Visual C++ (which is just a product name afterall). Visual C++ is an IDE/compiler package that you can use regardless of MFC.
_________________
|
|
| Back to top |
|
 |
MegaForum Grandmaster Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 558
|
Posted: Sat Sep 15, 2007 7:11 am Post subject: |
|
|
| isn't the only difference is what compiler u write ur code in? im using microsoft vicual c++ 6.0 as a compiler and u could say im writing visual c++. someone correct me if im wrong, im not entirely sure.
|
|
| Back to top |
|
 |
killersamurai Expert Cheater
Reputation: 0
Joined: 10 Sep 2007 Posts: 197 Location: Colorado
|
Posted: Sat Sep 15, 2007 10:36 am Post subject: |
|
|
| TerryDonahugh wrote: | | noz3001 wrote: | | Visual C++ is MFC and shit like that. C++ (Win32 C++) Is mainly code and not visual. |
No. MFC is just a GUI api that one can use. It has nothing to do with the word "Visual" in Visual C++ (which is just a product name afterall). Visual C++ is an IDE/compiler package that you can use regardless of MFC. |
noz3001 is right. IDE stands for "Integrated development environment". Borland, Dev-C++, Visual Stuido, etc. are all IDE's. They assist in the development of a program. They have compilers and linkers and debuggers within them. A c++ console application is not considered visual c++ because it doesn't have a UI. With visual c++, you will tend to see buttons, labels, edit controls, etc. and the most important one is a window. Something that lets the user interact with the program visually. This isn't always the case, but if you use MFC or the Win32 API you are technically doing vc++.
|
|
| Back to top |
|
 |
TerryDonahugh Master Cheater
Reputation: 0
Joined: 12 Sep 2007 Posts: 412 Location: .nl
|
Posted: Sat Sep 15, 2007 1:15 pm Post subject: |
|
|
| killersamurai wrote: | | A c++ console application is not considered visual c++ because it doesn't have a UI. |
That is incorrect. Visual C++ is a product, not a language or programming paradigm. A console application written using Visual C++ is just as, 'visual', whatever that implies, as a GUI one using the mfc/forms libraries.
_________________
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Sat Sep 15, 2007 1:16 pm Post subject: |
|
|
You know what I think, I don't think were ever gonna get a an answer out of this post without another person says there wrong and says why
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
TerryDonahugh Master Cheater
Reputation: 0
Joined: 12 Sep 2007 Posts: 412 Location: .nl
|
Posted: Sat Sep 15, 2007 1:26 pm Post subject: |
|
|
| oib111 wrote: | You know what I think, I don't think were ever gonna get a an answer out of this post without another person says there wrong and says why  |
And then one might wonder if anyone cares
_________________
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Sat Sep 15, 2007 1:29 pm Post subject: |
|
|
Probably not, but nobody is gonna get anywhere with this thread.
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
|