I got some error during compilation of the program, written program can't run successfully, it sends error that " Unable to open STDIO.H " same thing happands...
... <pauljherring@...> wrote: <snip> ... <snip> I beg to differ. There are still really many mainframe based large application databases out there, so using '...
thats simple yar u just need to provide the corret path[the folder where exactly your library files or your tcc folder exist] in options menu thats it u...
Hi Monty ... It would've more helpful had you included the lines here which gave you trouble. Did you check the syntax of the lines. Did you include them as ...
Hi Radha ... If for instance he's using an Ubuntu based system he may not have installed "build-essential" from the package list. You may be right, yet you may...
... can't run successfully, it sends error that " Unable to open STDIO.H " same thing happands with other header file. ... you should specify the path in...
Cilk Arts has published a free e-Book: "How to Survive the Multicore Revolution (or at Least Survive the Hype)" the ebook covers: - Background on the emergence...
hi i want to compile a c++ program in linux (i am using Suse Linux EnterPrise Edition). Pls Give Me the way of compilation and execution. and the compilation...
Hi Nelson ... The common compiler on all Linux systems is gcc but there are a number of front ends you can use such as kdevelop, qt3, qt4, anjuta, etc. James...
First write your program using any text editor such as vi, gedit or kdevelop. The easiest way to compile is to use the command g++ -o filename filename.cpp....
Here's a simple way: g++ -Wall -o <your_executable_file_name> <your_source_file_name>.<cc/cpp/c++>. g++ -- GCC c++ compiler -o compiler output. If not given,...
Here's a simple way: g++ -Wall -o <your_executable_file_name> <your_source_file_name>.<cc/cpp/c++>. g++ -- GCC c++ compiler -o compiler output. If not given,...
... program ... STDIO.H " ... Hai It's only a path problem check your tc.exe file located and find .lib file and .h files also run tc.exe file goto option- ......
HELLO SIR I AM JUST BEGINNER OF 'C'..HOW CAN I DEVELOPE MY KNOWLEDGE IN THIS FOR MY PLACEMENT..... [--mod: what do you mean by "placement"? Do you look for a...
Don't worry just to do programs in logical way & develop the logics of programs ,you'll get the knowledge of 'c'  Connect with friends all over the world....
hello i am a student and i have a problem in programming. i understand everything in book but i can't use that things in programming.please tell me the...
... There is no easy solution. The only thing I can say to it is, go ahead and write programs. Meaning: you have been requested by someone (maybe a teacher,...
Hi u remind me of my self when i wrote my first code-- it seems to be a common sentence for programmings begginers-I understand everything but cant do any of...
Hi Everybody… I really need to work as a C/C++ Junior Developer. I know C/C++ Programming well and Strong knowledge about Object Oriented Programming...
... OOPSLA 2008 October 19-23, 2008 Nashville Convention Center Nashville, Tennesse http://www.oopsla.org/ Registration is now open for the 23rd Annual ACM...
Vator Campaigns Hello Everyone, These days, testing departments face many significant challenges – multiple overlapping releases, not enough testing...
hi i want to know what will be the output of the following two programs #include<iostream.h> int swap(int x,int y) { int temp; temp=x; x=y; y=temp; } void...
... So why don't you try yourself first? ... Turbo-C and Turbo-C++ are "ancient" compilers; get rid of them, they both don't understand standards compliant...