Hi Nico, It's an honour sir to be talking to you. Just wanted to say Thank You for the points you made. Had encountered and even implemented few of them in my...
... As it is for me to talk to you. ... You're very welcome, I'm happy for every feedback (in particular when people are so grateful about it as you are in...
... why on earth would ANYONE want to use Turbo C++??? it's even worse that VC++6.0. they both predate the standard? You can get free copies of modern...
Hello Everybody, I came across a topic in my books called as decompilers, i am curious to know more about it. the book had information such that a decompiler...
... A decompiler in general takes some machine code (either a complete executable or a single object file) and tries to derive the source code from which it...
... Handle the OnChar() message in your code: http://msdn2.microsoft.com/en-us/library/3zzfkd75(VS.80).aspx To get the number that was pressed by the user. I'm...
... IIRC, someone (perhaps me) already gave a possible C++ solution along with several optimization paths for the C route. Search the archives for the group. ...
I've heard of them. However, the main problem with decompilers is that it doesn't reverse engineer the Linked lists and Binary Tree structures or give the ...
Hey, Mr.Scott, when you decompiled the executable and got the source code, was it in a working condition, i mean to ask if it could compile correctly and...
Hi, Thanks a lot Mr.Nico, for giving me an insight in to decompilers, it is not that i am hellbent on infringing any copyrights, but it is just that the...
... Oops! Check that URL. The Turbo C++ Explorer edition uses Borland's latest compiler. Still not Standards-compliant, but better than the ancient Turbo...
... Some commercial software include in their license agreement restrictions against decompiling. The software is still copyrighted regardless of whether or...
Hi I am Neha . This is my first mail to the group. I am using Visual C++ 2005 Express Edition for Development of BREW Applications. Initially I have started...
I've tried to import a project from eVC++ (ver 4. for CE)to Visual Studio 2005 but it wont convert does anyone have any ideas (oh BTW it doesn't work the other...
... All the project import process does is convert .dsp to .sln and .dsw to .vcproj. It only works for previous versions of Visual Studio (e.g. VS6) and is...
Yeah, the Decompiled version was runnable, but my point was that the source code wasn't recongizable. __________________________________________________ Do You...
Hi folks, I have 3 questions about socket programming: 1) Does anybody know a good book/link/website on TCP/IP socket programming in C for windows (and UNIX)? ...
Can any one tell me whats wrong with this program its giving me about ten errors of the form Compiling CALCULAT.C: Error CALCULAT.C 30: Expression syntax in...
... c-prog Links section. ... You use what fits the task at hand best. I'd say C++, but that's a biased opinion. ... Pretty much every modern compiler...
... "UNIX Network Programming, Volume 1 - Networking APIs: Sockets and XTI" by Richard Stevens. It's a hefty tome but very thorough. ... You'd be be using the...
Change your case lines from: "case + :" to: "case '+': You need single quotes around '+' so that the compiler knows that the + is a character constant and...
Jim Dougherty
j_dougherty@...
May 2, 2007 5:38 pm
62240
... -- Bharat Garg Indian School of Mines Dhanbad [Non-text portions of this message have been removed]...
... From: sanofsans <sanofsans@...> To: c-prog@yahoogroups.com Sent: Wednesday, 2 May, 2007 9:02:01 AM Subject: [c-prog] TCP/IP socket programming in C...
Hi All, Can anybody tell me how can we write a function which works exactly like sizeOf of c\c++. i mean it should work for primitive type, user defined type ,...
... what errors does it give you? and I'm not surprised that evc++ can't convert the new stuff ... Victor A. Wagner Jr. http://rudbek.com The five most...
... you can't. Why do you want to try? ... Victor A. Wagner Jr. http://rudbek.com The five most dangerous words in the English language: "There oughta be...
Thanks for the reply. but it was asked in one of the interview. "Victor A. Wagner Jr." <vawjr@...> wrote: ... you can't. Why do you want to try? ... ...
hi, why is sizeof() is called as an operator even though it lloks like an function taking an argument.? thanks & regards, suman [Non-text portions of this...