Click here to Skip to main content
16,011,538 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to copy CPU Electronic Serial Number during Installation of a program Pin
Nelek12-Jun-08 21:18
protectorNelek12-Jun-08 21:18 
GeneralRe: How to copy CPU Electronic Serial Number during Installation of a program Pin
Larry Mills Sr13-Jun-08 2:12
Larry Mills Sr13-Jun-08 2:12 
GeneralRe: How to copy CPU Electronic Serial Number during Installation of a program Pin
Nelek13-Jun-08 3:09
protectorNelek13-Jun-08 3:09 
GeneralRe: How to copy CPU Electronic Serial Number during Installation of a program Pin
Larry Mills Sr14-Jun-08 2:08
Larry Mills Sr14-Jun-08 2:08 
GeneralRe: How to copy CPU Electronic Serial Number during Installation of a program Pin
Nelek15-Jun-08 22:28
protectorNelek15-Jun-08 22:28 
QuestionIs C# a JOKE? [modified] Pin
bigchump12-Jun-08 11:06
bigchump12-Jun-08 11:06 
AnswerRe: Is C# a JOKE? Pin
Baltoro12-Jun-08 13:01
Baltoro12-Jun-08 13:01 
GeneralRe: Is C# a JOKE? Pin
bigchump12-Jun-08 13:12
bigchump12-Jun-08 13:12 
Baltoro wrote:
C# is almost identical to C++, except that C# is the official NET Framework language. Microsoft is trying to promote the NET Framework in a huge way, which is why you read that kind of thing (language of the future). And with programmers, the NET Framework is not very popular, for a number of reasons, speed being mentioned alot. The fundamental problem is that the NET Framework, still interops most of its functionality through the underlying Win32 APIs, and in the process, creates greater dependency, in addition to alot more conditional code jumps. Still, it's an improvement over COM in a number of aspects (like metadata uniquely identifying each assembly and type, garbage collection and memory allocation).


Thanx Baltoro for responding!
I'll boil my problem down into a nutshell:
With C/C++ writing a struct to file was easy.
Now, I have to use "serialization" which causes datafiles to become HUGE with overblown overhead.
My question is really simple: Can I use native c++ and compile to 64 bits????????
That would be a major fix if possible....

Thanx in advance
bigchump
GeneralSearched at MSDN Pin
Baltoro12-Jun-08 13:38
Baltoro12-Jun-08 13:38 
GeneralRe: Is C# a JOKE? Pin
Simon P Stevens12-Jun-08 22:28
Simon P Stevens12-Jun-08 22:28 
AnswerRe: Is C# a JOKE? Pin
Alan Balkany13-Jun-08 4:57
Alan Balkany13-Jun-08 4:57 
GeneralRe: Is C# a JOKE? Pin
bigchump13-Jun-08 6:11
bigchump13-Jun-08 6:11 
GeneralRe: Is C# a JOKE? Pin
Alan Balkany13-Jun-08 6:25
Alan Balkany13-Jun-08 6:25 
GeneralRe: Is C# a JOKE? Pin
bigchump13-Jun-08 9:19
bigchump13-Jun-08 9:19 
GeneralRe: Is C# a JOKE? Pin
Alan Balkany13-Jun-08 11:22
Alan Balkany13-Jun-08 11:22 
QuestionReadDirectoryChangesW Problem~~~ Pin
york52812-Jun-08 8:13
york52812-Jun-08 8:13 
AnswerRe: ReadDirectoryChangesW Problem~~~ Pin
Nibu babu thomas12-Jun-08 17:26
Nibu babu thomas12-Jun-08 17:26 
GeneralRe: ReadDirectoryChangesW Problem~~~ Pin
york52812-Jun-08 18:30
york52812-Jun-08 18:30 
GeneralRe: ReadDirectoryChangesW Problem~~~ Pin
york52812-Jun-08 19:18
york52812-Jun-08 19:18 
GeneralRe: ReadDirectoryChangesW Problem~~~ Pin
Nibu babu thomas12-Jun-08 19:39
Nibu babu thomas12-Jun-08 19:39 
GeneralRe: ReadDirectoryChangesW Problem~~~ Pin
york52812-Jun-08 20:18
york52812-Jun-08 20:18 
GeneralRe: ReadDirectoryChangesW Problem~~~ Pin
Nibu babu thomas12-Jun-08 20:23
Nibu babu thomas12-Jun-08 20:23 
GeneralRe: ReadDirectoryChangesW Problem~~~ Pin
york52812-Jun-08 20:31
york52812-Jun-08 20:31 
QuestionMDI Application with more than one child? Pin
CrocodileBuck12-Jun-08 5:31
CrocodileBuck12-Jun-08 5:31 
AnswerRe: MDI Application with more than one child? Pin
Nelek12-Jun-08 5:46
protectorNelek12-Jun-08 5:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.