Ferruccio

15,930
Reputation
938 views

Registered User

Name Ferruccio
Member for 1 year
Seen 8 mins ago
Website
Location Sharon, MA
Age
10h
awarded  Good Answer
1d
awarded  Nice Answer
2d
comment Batch : script deleting itself
What I'm saying is that the launch.bat command should be the very last thing the batch file does, any cleanup code should go into launch.bat.
2d
answered Batch : script deleting itself
Nov
29
revised what is the current use and future of icon programming language
fixed spelling
Nov
29
accepted Is there any good tree manipulation (template) libraries for C++ out there?
Nov
28
revised A question about union in C
added 35 characters in body
Nov
28
answered A question about union in C
Nov
26
answered What is the advantage of using initializers for a constructor in C++?
Nov
25
answered Is there any good tree manipulation (template) libraries for C++ out there?
Nov
24
revised NULL pointer is the same as deallocating it?
fixed spelling
Nov
24
awarded  Nice Answer
Nov
24
answered NULL pointer is the same as deallocating it?
Nov
24
comment Hidden features of C
Enums may be C99. Array initializers & the trailing comma are K&R.
Nov
19
accepted C++ Redirect Output
Nov
19
answered C++ Redirect Output
Nov
15
revised Python and iPhone development on Mac - minimum/recommended hardware ?
added 207 characters in body
Nov
15
answered Python and iPhone development on Mac - minimum/recommended hardware ?
Nov
12
accepted c++ array access through pointer
Nov
12
answered c++ array access through pointer
Nov
9
revised What C++ compilers are supporting lambda already?
added 118 characters in body
Nov
3
awarded  Nice Answer
Nov
3
revised How much memory does a constant take in C?
added 4 characters in body
Nov
3
answered How much memory does a constant take in C?
Nov
2
awarded  Nice Answer
Oct
30
revised Suppressing Objective-C Warnings
fixed spelling
Oct
30
accepted Suppressing Objective-C Warnings
Oct
30
accepted compiler error help
Oct
30
revised Suppressing Objective-C Warnings
added 468 characters in body; added 93 characters in body
Oct
30
answered Suppressing Objective-C Warnings
Oct
28
answered error: cast from ‘void*’ to ‘int’ loses precision
Oct
28
comment Hidden features of C
@AndreyT - You're right. I was.
Oct
28
comment Hidden features of C
@Chris Lutz - I'm pretty sure the trailing comma goes all the way back to K&R. It's described in the second edition (1988).
Oct
28
comment how to check if computer exists or not?
"registered" was a poor choice of words on my part. I meant that a DNS server had a record of that hostname. I did not mean a domain name officially registered through a registrar.
Oct
28
answered how to check if computer exists or not?
Oct
27
revised compiler error help
added 24 characters in body; added 12 characters in body
Oct
27
answered compiler error help
Oct
27
awarded  Popular Question
Oct
26
revised Syntax error in windows application
fixed syntax error in title
Oct
25
accepted Case insensitive search in Unicode in C++ on Windows
Oct
24
comment Case insensitive search in Unicode in C++ on Windows
It will work with both wchar_t* and std::wstring types or anything derived from std::basic_string<>.
Oct
24
answered Case insensitive search in Unicode in C++ on Windows
Oct
23
accepted Harmless hacking: Trick an application into thinking that a local file has actually come from a server
Oct
23
comment Harmless hacking: Trick an application into thinking that a local file has actually come from a server
You could grab the .swf file put it on your own server as well.
Oct
23
answered Harmless hacking: Trick an application into thinking that a local file has actually come from a server
Oct
23
awarded  Nice Answer
Oct
20
answered Hide console in C system() function, Win.
Oct
20
revised ADO.NET - What is best practice for getting datareader values?
fixed spelling
Oct
19
comment What is Boost missing?
There is some work being done on that: crystalclearsoftware.com/soc/coroutine/…
Oct
18
answered C function syntax, parameter types declared after parameter list