Search the web
Sign In
New User? Sign Up
c-prog · C/C++ Programmer's Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 62217 - 62246 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
62217
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...
suchismit mahapatra
smith_616
Offline Send Email
May 1, 2007
7:45 am
62218
You can download Turbo C++ from http://www.turboexplorer.com/cpp bye cod [Non-text portions of this message have been removed]...
cod
wolfsea80
Offline Send Email
May 1, 2007
7:45 am
62219
... 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...
Nico Heinze
nico_heinze
Offline Send Email
May 1, 2007
10:49 am
62220
... 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...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
May 1, 2007
2:18 pm
62221
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...
sunil_h_v
Offline Send Email
May 1, 2007
2:49 pm
62222
... 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...
Nico Heinze
nico_heinze
Offline Send Email
May 1, 2007
4:58 pm
62223
... 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...
Thomas Hruska
shininglightpro
Offline Send Email
May 1, 2007
6:34 pm
62224
... 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. ...
Thomas Hruska
shininglightpro
Offline Send Email
May 1, 2007
6:47 pm
62225
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 ...
Benjamin Scott
benjamin_cai...
Offline Send Email
May 1, 2007
6:59 pm
62226
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...
sunil_h_v
Offline Send Email
May 1, 2007
10:51 pm
62227
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...
sunil_h_v
Offline Send Email
May 1, 2007
10:52 pm
62228
... Oops! Check that URL. The Turbo C++ Explorer edition uses Borland's latest compiler. Still not Standards-compliant, but better than the ancient Turbo...
Thomas Hruska
shininglightpro
Offline Send Email
May 2, 2007
12:24 am
62229
... Some commercial software include in their license agreement restrictions against decompiling. The software is still copyrighted regardless of whether or...
Brett W. McCoy
smartandkewl
Online Now Send Email
May 2, 2007
1:08 am
62230
true...these compilers are not accord to ANSI standards. Avoid using them. Bloodshed dev c++ is a good tool download site:...
Ajinkya Kale
ajinkyakale_86
Offline Send Email
May 2, 2007
1:39 am
62231
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...
Neha Trivedi
lucky.neha
Offline Send Email
May 2, 2007
5:41 am
62232
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...
davidshanksuk
Offline Send Email
May 2, 2007
2:45 pm
62233
... 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...
Thomas Hruska
shininglightpro
Offline Send Email
May 2, 2007
3:04 pm
62234
Yeah, the Decompiled version was runnable, but my point was that the source code wasn't recongizable. __________________________________________________ Do You...
Benjamin Scott
benjamin_cai...
Offline Send Email
May 2, 2007
3:48 pm
62235
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)? ...
sanofsans
Offline Send Email
May 2, 2007
4:02 pm
62236
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...
bags joni
bagsjoni
Offline Send Email
May 2, 2007
4:10 pm
62237
... 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...
Thomas Hruska
shininglightpro
Offline Send Email
May 2, 2007
4:21 pm
62238
... "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...
Brett W. McCoy
smartandkewl
Online Now Send Email
May 2, 2007
4:30 pm
62239
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@...
Send Email
May 2, 2007
5:38 pm
62240
... -- Bharat Garg Indian School of Mines Dhanbad [Non-text portions of this message have been removed]...
bharat garg
bharat_garg1983
Offline Send Email
May 2, 2007
7:51 pm
62241
... 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...
Ajinkya Kale
ajinkyakale_86
Offline Send Email
May 2, 2007
9:56 pm
62242
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 ,...
Ratnesh Chouhan
global_friend02
Offline Send Email
May 3, 2007
4:26 am
62243
... 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...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
May 3, 2007
5:45 am
62244
... 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...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
May 3, 2007
5:49 am
62245
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? ... ...
Ratnesh Chouhan
global_friend02
Offline Send Email
May 3, 2007
5:59 am
62246
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...
SUMAN
bingalee_076
Offline Send Email
May 3, 2007
9:06 am
Messages 62217 - 62246 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help