do you sugest i reinstall?
This is a discussion on DevC++ within the C++ Programming forums, part of the General Programming Boards category; do you sugest i reinstall?...
do you sugest i reinstall?
Well that just depends if you're having problems with it or not!
Honestly, though, lately the problem i've been having is that when I recompile a DOS program after like two or three changes to the code, the executable doesn't work! So then I have to create a new project, and recompile the source, which works--for two or three recompiles! Alas. Strangely, my windows apps do not suffer from this weird bug???
Are you having a problem with Dev?
Code:int main(void){srand(time(0));for(double l=rand(),l0=0,l00=0;;l0+=0.1){for(double l000=0;l000 <1;l000+=.001,l+=((double)rand()/RAND_MAX)/0x64,l00+=((sin(l*0x8*atan(l0)*l000-(l0*0x8*atan (l)))*0.5)+0.5)){l00-=floor(l00);for(size_t l0000=0,l00000=(size_t)(0x50*(l00));l0000<l00000;++l0000 )putchar(0x20);putchar(0x61+(int)((double)rand()/RAND_MAX*0x1a));putchar('\n');}}return 0;}
Using Dev-C++ 4.01 on win2000, never had a problem since
install, both dos or win apps.
Man's mind once streched by a new idea, never regains its original dimensions
- Oliver Wendell Holmes
In other words, if you teach your cat to bark (output) and eat dog food (input) that doesn't make him a dog. It would have to chase cars, chew bones, and have puppies before I'd call it Rover ;-)
- WaltP