Shmoopty

3,091
reputation
366 views

Registered User

name Shmoopty
member for 1 year
seen 7 mins ago
website
location
age
15m
revised Multiple downloads in flex
Turned volume down
41m
comment Working with DataTables
You have gotten 76 answers to 31 questions so far. Consider accepting some of those answers.
48m
answered Google Custom search engine
11h
revised If we use the C prefix for classes, should we use it for struct also?
deleted 41 characters in body
11h
comment If we use the C prefix for classes, should we use it for struct also?
If this is an old project, what style is used for the existing structs?
12h
comment If we use the C prefix for classes, should we use it for struct also?
I agree with the sentiment, but this is more of a comment than an answer to the question.
12h
answered If we use the C prefix for classes, should we use it for struct also?
12h
revised Homework: Need guidance on creating an OO non-graphical/text adventure game
deleted 6 characters in body
22h
comment C++ problem with std::pair and forward declarations
In fact, the C++ standard demands that NULL be defined as 0, regardless of which compiler you're using.
23h
answered safe, fast CFLAGS for mex functions in matlab
23h
comment Take Survey in struts
What is your question?
23h
answered boosts buffer into char* (no std::string)
23h
revised MIPS Assembly assignment HELP!!
edited tags
1d
comment Efficient algorithm for determining if a date is in DST
The current time right now, where you sit, is determined by your government. And the rules for determining the current time are changed all the time, sometimes quite dramatically. Are you assuming for this problem that the rules for determining the time will never change again?
1d
answered Homework: Need guidance on creating an OO non-graphical/text adventure game
1d
comment Better random algorithm?
Actually, by using %1 they're not even using the bottom bit. :)
1d
comment Better random algorithm?
"rand() % 2" will yield much better results.
1d
revised Using istream_iterator and reading from standard input or file
Clarification
1d
answered Do the usual rules of post necromancy apply here?
1d
comment Using istream_iterator and reading from standard input or file
@Alex: If one operand can be implicitly converted to a reference to the other type, the result is an lvalue. open-std.org/jtc1/sc22/…
1d
answered Using istream_iterator and reading from standard input or file
1d
accepted C++ fancy template code problem
1d
answered C++ fancy template code problem
1d
comment [C++] Why aren’t pointers initialized with NULL by default?
"the programm wouldn't step inside the if because buf is not null". That's not correct. Since you don't know what buf is, you can't know what it isn't.
1d
revised How to scale pixels in an image to adjust brightness?
added 378 characters in body
2d
revised How to scale pixels in an image to adjust brightness?
8-bit example was really out of the domain of the question.
2d
answered How to scale pixels in an image to adjust brightness?
2d
comment Need help with a first name last name program
Travis, you'll probably get some fantastic feedback if you can show what you've done and where you're stuck.
Dec
13
comment Porting C code; need help with bitwise operation and pointer syntax
@hacker: By performing the reversal with bit-shifting, it can reasonably be done entirely in CPU registers.
Dec
13
comment Porting C code; need help with bitwise operation and pointer syntax
@seh: Agreed! That's what stopped me from saying with 100% certainty that it's a bug. But it sure smells like one.
Dec
13
revised Porting C code; need help with bitwise operation and pointer syntax
added 76 characters in body
Dec
13
answered Porting C code; need help with bitwise operation and pointer syntax
Dec
13
revised Ubuntu Linux Library Path
Added hard-coded options.
Dec
12
answered Ubuntu Linux Library Path
Dec
12
revised Taking advantage of SSE and other CPU extensions.
fixed grammar
Dec
12
answered one question about C++ virtual function
Dec
12
revised Double Linked Lists in C++
added 7 characters in body
Dec
11
comment Why is this explicit scope resolution necessary?
I think you're leaving some details out. "C foo = new C();" alone should not compile, as foo would need to be a pointer.
Dec
11
revised Double Linked Lists in C++
added 10 characters in body
Dec
11
comment Double Linked Lists in C++
Totally right, Dan. And not nitpicking. I used the wrong term there.
Dec
11
answered Order of carriage return and new line feed
Dec
11
accepted Double Linked Lists in C++
Dec
11
comment Double Linked Lists in C++
+1 for the honorable homework disclaimer.
Dec
11
revised Double Linked Lists in C++
added 35 characters in body
Dec
11
comment Double Linked Lists in C++
Edited, to hopefully answer your comment.
Dec
11
revised Double Linked Lists in C++
added 100 characters in body; added 89 characters in body
Dec
11
answered Double Linked Lists in C++
Dec
10
accepted Why is there so much legal paranoia surrounding Boost?
Dec
8
accepted Getting included header file path in VC++
Dec
8
answered Byte precision pointer arithmetic in C when sizeof(char) != 1