Why Does My Command Prompt Say Root is Not a Valid Win32 File When Compiling C?

  • Thread starter Thread starter captain
  • Start date Start date
AI Thread Summary
The discussion revolves around issues faced while trying to compile and run a simple C program. The user encounters an error stating that "root" is not a valid Win32 file when attempting to use it as a compiler. There is confusion regarding the use of "root" as a C compiler, as it is not recognized in this context. Participants seek clarification on how the user wrote and compiled the C program, and they request a copy of the command window output to better understand the issue. The conversation emphasizes the need for correct identification of the C compiler and proper execution of the compiled program.
captain
Messages
163
Reaction score
0
i am trying to basic c programming. i have written a simple c program and i am using root as the complier but when i type in root in the command prompt it says that root is not a valid win 32 file. I don't know how to get around this.
 
Technology news on Phys.org
Can you clarify what you are doing?
How did you write the c-program? How did you compile it? How are you trying to run your compiled program?

Can you provide a copy-paste or screencapture of your command window?
 
I've never heard of a C compiler called "root."

- Warren
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...
Back
Top