Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help for "C language" Programming in "gedit" on windows 7

Status
Not open for further replies.

TNG

Newbie level 5
Joined
Feb 25, 2010
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
India
Activity points
1,337
Hi,

I might be sound newbie here.
I have installed "gedit" on windows 7 for "C language" programming. but I don't know how can I compile and run "C program" written in "gedit". Is "gedit" better than "turbo c"?
 

Gedit is just a graphical editor, so you can only write programs in it. Gedit is not a compiler. Install turbo C or some other compiler to compile your code
gedit - Wikipedia, the free encyclopedia


Thanks yadavvlsi,

It's an editor but in Linux terminal is use to compile, to link and to run the "C language" program written in "gedit". So I am curious to know whether it's possible or not with windows 7 and if yes how.?
 

program developing steps:::

Type the program using editior
Compile or assemble the program using compiler or assembler
link the modules using linker
Have.......... exe
Debug it if needed using Debuger

Here gedit is just an editor using for editing the text usually in linux(gnome),just like notepad in windows.........

It's an editor but in Linux terminal is use to compile, to link and to run the "C language" program written in "gedit"
Not fully true........ The terminal is helping for compiling... but actually the C language libraries installed in the system is compiling it (like gcc).
If there is no c version supporting the commands written in the editor......... You will get ERROR message

So I am curious to know whether it's possible or not with windows 7 and if yes how.?
in windows you can use microsoft's visual studio, or turboc++, turboC etc for doing this job. or any C compiler that have the support.........

all the best
 

Thanks yadavvlsi.

---------- Post added at 16:23 ---------- Previous post was at 16:23 ----------

Thanks rjkrocks
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top