- Mar 31, 2003
- 11,679
- 0
- 81
I have a project due in C, but I had a few questions regarding the IDE and environment.
1. Teacher recommended a bunch of different IDE's but Eclipse wasn't in there. Last I checked Eclipse did C/C++ ... is there any reason that it wouldn't work?
2. I am running 64bit Linux on my desktop. I need to make sure my code compiles on Virginia Tech's server cluster by remote login. Is there any reason to be concerned given that I am running a 64bit OS (Server is running Linux)
3. Last time I programmed in C/C++ 2 years ago, I used cout >> and cin <<. I also used #include <iostream.h>. I am now expected to use stdio.h and printf()/scanf();. Is there a reason why the way I am used to wouldn't work? Is there a preferred version when programming in C?
Thanks,
-Kevin
1. Teacher recommended a bunch of different IDE's but Eclipse wasn't in there. Last I checked Eclipse did C/C++ ... is there any reason that it wouldn't work?
2. I am running 64bit Linux on my desktop. I need to make sure my code compiles on Virginia Tech's server cluster by remote login. Is there any reason to be concerned given that I am running a 64bit OS (Server is running Linux)
3. Last time I programmed in C/C++ 2 years ago, I used cout >> and cin <<. I also used #include <iostream.h>. I am now expected to use stdio.h and printf()/scanf();. Is there a reason why the way I am used to wouldn't work? Is there a preferred version when programming in C?
Thanks,
-Kevin
