can someone tell me how to find dummy tutorials on how to compile and run C programs using a text editor and the Command Line Window.

Recommended Answers

All 5 Replies

What compiler are you using?

can someone tell me how to find dummy tutorials on how to compile and run C programs using a text editor and the Command Line Window.

You don't really need one.

Type in the command you use to edit a program.
When the program is ready, type in the command your compiler suggests to compile the program.
When compile is clean, type in the program name and it runs (or blows up, depending on how good your code is :icon_wink:)

Why do you want to use text editor, when you have a good IDE's. Try Dev-C++.

ssharish2005

>Why do you want to use text editor, when you have a good IDE's.
Because if you aren't helped by an IDE, you have to watch what you're doing and actually learn the language by heart. As a starting point it can take you closer to mastery, much more quickly.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.