Ilya
Jul 12 2003, 06:23 AM
I need a good site to download c compiler
OneNight
Jul 12 2003, 08:27 AM
I had the same problem in findig a simple compiler. I found one here. But it does lots of other stuff also.
Haitchttp://sources.redhat.com/cygwin/
(Be sure to select the gcc package when installing.)
Dillinja
Jul 12 2003, 03:09 PM
Also, Ive found Bloodsheds Dev C++ to be a great package to work with. It comes with its own compiler (Mingw compiler system) or can work in conjunction with Cygwin or any other GCC compiler. It just makes life easier!
You can d/l it free here:
http://www.bloodshed.net/devcpp.htmlOh, its for windoze btw.
riotz
Feb 10 2004, 04:50 PM
http://www.cs.virginia.edu/~lcc-win32/here is another one
thats the best free one afaik..
barty32
Feb 10 2004, 05:09 PM
maybe it would be even better if you install a linux version, then you have gcc integrated

Try a free Linux Version. Search at www.google.com, i'm, sure you'll find one
carlssin
Feb 12 2004, 01:51 AM
Assuming this is for a Windows box, download cygwin and use the gcc compiler.
Here you go:
http://www.cygwin.com/
sp00geD
Feb 25 2004, 11:33 PM
i've used both cygwin and lcc-win i have to say lcc is much better
sylver
Feb 25 2004, 11:38 PM
u can buy visual studio :-)
very nice prog, i have the student version
supermax
Mar 4 2004, 03:36 PM
there is DEV-cpp if you do windows coding and want it free (http://www.bloodshed.net/devcpp.html)
there is visualC for microsoft if you wnat to pay and cygwin if you do linux coding and can be use to compile exploit (www.cygwin.com)
bitwild
Mar 4 2004, 03:58 PM
Free C/C++ Compilers and Interpreters
"Looking for a free C compiler or a free C++ compiler? This page lists numerous
free C and C++ compilers, cross-compilers and interpreters for a wide variety of
operating systems (including embedded systems)."
-->www.thefreecountry.com/compilers/cpp.shtml
...many with nice info(s)
ps. I use mingw and I like it :)
pps. link found using a popular search engine ('free windows c compiler')
metrox
Mar 4 2004, 06:35 PM
CYGWin and gcc from linux
fre4k
Mar 4 2004, 06:42 PM
Use MS Visual c++ is the best for win
technoboy
Mar 4 2004, 07:28 PM
Borland C++ Compiler (bcc32) is very good too, and command line based
u533m3n0t
Mar 5 2004, 07:09 PM
Try Code Warrior as well
BMCHaCkEr
Mar 6 2004, 03:36 AM
OK. One of the best compilers ive seen is DEV C++. It is freeware. If you need it badly, E-Mail me.
tstngry
Apr 8 2004, 05:40 AM
I have cygwin but i am new to linux commands and i nned some help with the gcc useage. Can anyone explain how to use the gcc command to compile a source code? It would be much appreciated. Thnx in advance
aapje
Apr 8 2004, 06:32 AM
hxxp://www.freecompilers.net

Bloodshev Dev- ++ or something is good
FTPServerTools
Apr 8 2004, 08:21 AM
Do not forget the watcom compiler at www.openwatcom.org . It used to be payware but it is now free.
migo
Apr 8 2004, 08:51 AM
install a free linux box and use gcc compiler, it's much better
migo
Apr 8 2004, 09:47 AM
| QUOTE (tstngry @ Apr 8 2004, 05:40 AM) |
I have cygwin but i am new to linux commands and i nned some help with the gcc useage. Can anyone explain how to use the gcc command to compile a source code? It would be much appreciated. Thnx in advance |
use this short command
gcc -o file file.c
where 'file' is the output (the compiled file)
'file.c' the file u want to compile (the full path)
eg.
gcc -o pro /root/proftpd.c
u can execute the output file by using
./pro
Best Regards
migo
dEuS
Apr 9 2004, 01:00 AM
Hi!
I use lcc-win for now exactly 1 hour

But IŽll have a big problem.
My .exe file is everytime exactly 11kb and when i try to run in there is only this message:
"programename.exe usage:"
and thats all....
I try to compile 5 completly different .c files and I always close/erease the my projects and make a new one...
But its everytime the same shit

Can anybody help me?
I dont understand whats wrong with me/the programm.
Thank YOU!
And sorry for my bad english.
cya
OldSkool
Apr 9 2004, 08:46 AM
tja deus benutz halt einfach visual studio damit kannste die meisten exploits compilieren. such einfach im kazaa danach, sollte so ca 211mb sein.
gz,
deadhat( wir kennen uns)
dEuS
Apr 9 2004, 05:00 PM
danke oldskool

wir sehen uns *g*
cya
pcg33k
Apr 11 2004, 06:59 AM
look in google for this prog:
devcpp.rar
its dev c++
NJOY
dEuS
Apr 11 2004, 09:32 AM
mhhm another nice program. THX!
But it doesnt help me

I tryed to compile some exploits again, but there are always some errors in it.
Is that normal?
Need I programming skills only to compile a simple program?
compiling sucks

hehe
Any suggestions?
dEuS
[R]
Apr 11 2004, 09:41 AM
I am using Dev C ++
This compiler is okay but i prefer Visual Studio because it has got more includes than Dev ++ .
Greetz
[R]
Alien
Apr 11 2004, 09:50 AM
| QUOTE (dEuS @ Apr 9 2004, 01:00 AM) |
Hi!
I use lcc-win for now exactly 1 hour  But IŽll have a big problem. My .exe file is everytime exactly 11kb and when i try to run in there is only this message:
"programename.exe usage:" and thats all....
I try to compile 5 completly different .c files and I always close/erease the my projects and make a new one... But its everytime the same shit 
Can anybody help me? I dont understand whats wrong with me/the programm.
Thank YOU!
And sorry for my bad english. cya |
compile code under command line
ex.
c:\lcc\bin>lc code.c -o output.exe
canardwc
Apr 11 2004, 07:05 PM
| QUOTE (dEuS @ Apr 9 2004, 01:00 AM) |
Hi!
I use lcc-win for now exactly 1 hour  But IŽll have a big problem. My .exe file is everytime exactly 11kb and when i try to run in there is only this message:
"programename.exe usage:" and thats all....
I try to compile 5 completly different .c files and I always close/erease the my projects and make a new one... But its everytime the same shit 
Can anybody help me? I dont understand whats wrong with me/the programm.
Thank YOU!
And sorry for my bad english. cya |
I thing you are trying to compile a sample,
search in your source if there s the sentence
"programename.exe usage:"
if (argc < a_number) {
fprintf(stderr, "%s : \n", argv[0]);
exit(EXIT_FAILURE);
};
++
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.