|
|
|
 |
Posted 2003-10-15, 01:13 PM
in reply to Chruser's post "Unmanageable C++ code"
|
 |
 |
 |
Hades-Knight said:
problably =(...im force to do it in the waterfall style =*(
|
Why do it the "waterfall style" when you can make things stylish? For instance:
#include <iostream.h>
#define sp <<endl<<
const double main(){
int a,b,c,d;
a=b=c=d=123;
cout << a sp b sp c sp d << endl;
return 0;
}
"Stephen Wolfram is the creator of Mathematica and is widely regarded as the most important innovator in scientific and technical computing today." - Stephen Wolfram
|
 |
 |
 |
|
|
|
|
|
|
|