What exactly does a software engineer/software programmer do?

Pls help,,,,,,,i want c programmer software.......but i cant find any software from net?

  • all i gets is a c++ software....which is not the one i wanted....i need turbo c software actually which is a c compiler...but when am searching on net i get c++ ....pls help me

  • Answer:

    which OS do u hav . the compiler for different Operating system r different . so if u can give me the name of ur os i can provide u with a link of the C

ASWIN at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

i dont knw... but i use to write all my C & C++ programs in the same environment, without any problem.

C++ is pretty much a superset of C and all C++ compilers are required to be able to compile C code as well as C++. Microsoft's Visual C++ provides a strong standards compliant compiler. It's default behaviour is to compile files that end .cpp as C++ and files that end .c as C. As well as compiling C and C++ source, Visual C++ supports Microsoft's managed version of C++ called C++/CLI. The programming interfaces for Windows and Linux-based systems are specified in C, so it is normal to mix both C++ and C together. This is also the reason why C++ has to be able to compile C code.

C and C++ compiler work same but once try to search in www.4shared.com

many of the c++ IDEs also supports c syntax and library. If you are using windows, you can use Dev C++ for C programming. Also you can use cgywin for GCC. In Linux' you can compile with GCC from shell.

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.