c++ and ...
-
hi all ! I'm working on c#.net but i'm new in c++ . i want to know is there any difference between C++ and C++.NET from point of in powerful or ... . i want to work in cell phones programm . Thanx in Advance ! Yours ,
s_mostafa_h
Yes, there are differences. :)
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 “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson
-
Yes, there are differences. :)
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 “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson
-
C++ produces native code. "C++.NET", more commonly known as Managed C++ or C++/CLI produces MSIL, which is the intermediate language understood by the .NET Framework... the C++/CLI language differs by its syntax however, and such source code would not compile with a pure C++ compiler.
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
Another difference will be the "easibility", some things that in .Net are made with just a few lines using the libraries, MFC or other things... won't be available in pure C++ and you will have to learn/understand what that functions make and how they work to simulate their behaviour, and (if it is possible) to code them yourself. C++ doesn't need the .Net framework so it may be more portable if you code it following standards. BTW, if you want to code for cell phones... should it not be better to use embeded/embebed (or as it is written) C? J2ME
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 “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson
modified on Friday, December 14, 2007 6:56:55 AM
-
Another difference will be the "easibility", some things that in .Net are made with just a few lines using the libraries, MFC or other things... won't be available in pure C++ and you will have to learn/understand what that functions make and how they work to simulate their behaviour, and (if it is possible) to code them yourself. C++ doesn't need the .Net framework so it may be more portable if you code it following standards. BTW, if you want to code for cell phones... should it not be better to use embeded/embebed (or as it is written) C? J2ME
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 “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson
modified on Friday, December 14, 2007 6:56:55 AM
J2ME ! :laugh:
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
J2ME ! :laugh:
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
eing ??? :doh: :confused: :doh:
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 “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson
-
eing ??? :doh: :confused: :doh:
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 “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson
For mobiles, use J2ME (Java 2 Mobile Edition) :rolleyes:
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
For mobiles, use J2ME (Java 2 Mobile Edition) :rolleyes:
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]