how to make a c++ compiler work?

Started by
2 comments, last by Makeing Progress 20 years, 6 months ago
plz tell me how to make a c++ compiler work and if you have one send it plz thx. Daniel
Daniel
Advertisement
quote:Original post by Makeing Progress
plz tell me how to make a c++ compiler work and if you have one send it plz thx.

Daniel


That depends on what compiler you''re using.

There are several free compilers avaliable.

Dev-C++ - It''s an IDE but it comes with the MinGW compiler and it''s free.

Borland C++ Builder - Borland has a free version of their C++ builder software. It''s command line only, but it is free.
Patrick
to get it to work you need to first tell us what one it is so we can give you better instructions, and secondly tell us wether you know c++ at all or not. because you could simply put in

int main() {    return 0;}


and that would work. and also, read the readme''s, they are there for a reason.

Higher Forces
push the run button

This topic is closed to new replies.

Advertisement