Can anyone tell me Advantage of vc++ over dotnet and vb
-
Can anyone tell me Advantage of vc++ over dotnet and vb S.Yamini
-
Can anyone tell me Advantage of vc++ over dotnet and vb S.Yamini
I dont have used dotnet yet, but I prefer VC++ to VB because in VC++ you can be "more or less" sure about what you are programming. VB is "easy" to code, but the final result has differences with the start code because of the translations of compiler (at last... the VB compiler translates to make the code understandable for the mashine)
Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you ;)
-
I dont have used dotnet yet, but I prefer VC++ to VB because in VC++ you can be "more or less" sure about what you are programming. VB is "easy" to code, but the final result has differences with the start code because of the translations of compiler (at last... the VB compiler translates to make the code understandable for the mashine)
Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you ;)
Is it only the complier is advantage in vc++ S.Yamini
-
Can anyone tell me Advantage of vc++ over dotnet and vb S.Yamini
VC++ produces native code. every .NET languages generate MSIL, which targets only the .NET framework, such as Java does with its byte Code and JRE...
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
Is it only the complier is advantage in vc++ S.Yamini
-
VC++ produces native code. every .NET languages generate MSIL, which targets only the .NET framework, such as Java does with its byte Code and JRE...
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
toxcct is back.;)
-
Can anyone tell me Advantage of vc++ over dotnet and vb S.Yamini
You cant compare Vc++ with vb or donet,or other languagges together each language has its advantage for example C++ is difficult than vb++ but you cant say so vb is better or vice versa or other example: on the vb you have procedure and function but on the c++ you have only function. I guess you want to start to learning a language,right?
-
toxcct is back.;)
he never gone far, but he has work to do ! :rolleyes:
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
Can anyone tell me Advantage of vc++ over dotnet and vb S.Yamini
VC++ is also the only language that lets you produce both native and CLR code in the same module. And yes, you can't compare vc++ to "dotnet".
Mark Salsbery Microsoft MVP - Visual C++ :java: