User profile: aschwarz1309

User info
User name:aschwarz1309
Old user name:skidmarks
Name:Arthur Schwarz
Location:California
Bio:Software developer. Many languages, many computers, many years. Too much 'many' if you ask me.

Currently reimplementing Weizenbaum's Symmetric List Processor (SLIP) for C++ with the addition of operators and other addons. Useful by me in, e.g., developing unique signature software.

(Don't especially like C#.)

Limited experience with HTML/CSS & Javascript.
Statistical data
Gender:Male
Occupation:Other
Skills:C
C++
Perl
Pascal
ADA
Assembly
Java
LISP
C#
Modula II
LISP
Pascal
History
Joined:
Number of posts:10
Latest posts:

How to use 64/32 bit pointers
I have a problem. I want to set pointers to a default value for both 32 bit and 64 bit compiles. The...

what are the unary values for unary boolean operators
Thanks for the update on the outlandish ++. I don't understand your comments on func0() having unde...

Flushing stringstream
I'm trying to flush a stringstream variable: [code] stringstream x; x << "abc"; x << flush << ...

rand
Your advise to change the range of the return value of rand() by using the modulus is not a good ide...

How do you put a class object onto the stack
Darn, someone else is good. I just tried the code with the constructor 'base(int x)' and the constru...