Program in c language
-
-
Hi I use VC++8 environment to execute my first program in c ,but the following error appears (why???): Project : error PRJ0003 : Error spawning 'rc.exe'. my program is: #include <stdio.h> void main() { printf("Student \n"); } Thank you
thank you soso
-
Hi I use VC++8 environment to execute my first program in c ,but the following error appears (why???): Project : error PRJ0003 : Error spawning 'rc.exe'. my program is: #include <stdio.h> void main() { printf("Student \n"); } Thank you
thank you soso
anassamar wrote:
Project : error PRJ0003 : Error spawning 'rc.exe'.
Does the file actually exist?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons