Romulo A. Ceccon

2,098
Reputation
189 views

Registered User

Name Romulo A. Ceccon
Member for 1 year
Seen 17 hours ago
Website
Location
Age
17h
revised Pipe communication C++
corrected spelling
Dec
2
comment C macro to transform a SVN revision to an integer
If you want to automatically embed the revision number in the executable I think you are on the wrong path, since the revision number embeded through svn keywords changes only when commiting a modified file. Thus you can't be sure the file with the SVN_TO_INT macro will always reflect your project's revision.
Nov
26
awarded  Civic Duty
Nov
26
answered How to accept empty value in boost::program_options
Nov
25
comment svnmerge croaks on mysterious conflict
I think you'll need to manually merge those changes with "svn merge" and then use "svnmerge.py block" to make svnmerge aware of your changes.
Nov
20
revised Basic code to Delphi
improved formatting
Nov
15
revised How do you copy arbitrary data to the clipboard as a file?
added link with example
Oct
15
comment g++ doesn’t like template method chaining on template var?
Unfortunately I can't do that in the actual code. I'll update the question.
Oct
15
asked g++ doesn’t like template method chaining on template var?
Sep
29
awarded  Yearling
Sep
19
accepted How do I change the default author for accessing a local SVN repository?
Jul
8
comment Are regular expressions worth the hassle?
But regular expressions can also get extremely complex. Use the right tool for the right job: blogs.msdn.com/oldnewthing/archive/…
Jul
8
answered Is Sleep() evil?
Jun
30
comment How do you send raw headers in ruby
Sorry, we can't help you. Would you post a piece of code so we can see how the content is being generated?
Jun
29
comment How do you send raw headers in ruby
Please explain how you are generating the web page. Are you using the cgi module? Is it part of a Rails application?
Jun
22
awarded  Student
Jun
22
comment how to write hello world in assembler under windows?
Although the second example doesn't call any C library function it's not a Windows program either. Virtual DOS Machine will be fired to run it.
Jun
22
asked Choice of language for portable library
Jun
15
answered What kind of memory reclamation algorithm does MRI Ruby 1.8 use?