Summary: Hello all, i'm having a bit of trouble with my basic C program. I'm not all to good with C as it stands anyway, so managed to find this place. I've be...
Summary: I am trying to open a file for reading and a file for writing in c programming. This is how I do it. FILE *in, *out; if ((in = fopen(argv[1], "rb")) ...
Summary: Hi, Can anyone help me by sending the solution of this C program. Thanks Write functions to add, subtract, multiply and divide two complex number num...
Summary: I'm on solaris 8. I need to check the stack trace inside my C program. I don't have printstack or walkcontext. I tested getcontext and it works. But h...
Summary: Hy guys!I have a little problem.I have to simulate the linux wc comand in a c program.I`ve figured out how to count the lines and "\n" but the countin...
Summary: I have a fresh install of Mandrake 8.1 and when I compile my C programs as follows: >gcc -Wall -g -o prog prog.c No errors, no warnings. I then try an...
Summary: is there any way to execute a dos command from within a C program? I would like to write a simple utility to use at work, to release and renew IP addr...
Summary: I made a C++ program that turns strings like that into reverse polish notation. Then, it's really easy to make an RPN calculator. If you want to try ...
Summary: I have to write a program using arrays and input and output files...it doesn't seem like it shoud be this hard but I can't seem to figure it out...any...
Summary: I wrote a very simple (my first) c program. when I compile it using the following command: gcc test.c -o ./test I get these error messages: /data1/AIP...
Summary: just started learning C programming and am baffled by the code below. #include int main() { printf("%4d degrees F = %4d degrees C\n"); return 0; } W...
Summary: Hi all , i was wondering if anyone can help me in how to make my C++ program run in background on windows ... anyhelp will be taken thankfully ... t...
Summary: Hello , I modifying program to Chek User Name and password if it it true Show User profile , This is writen with C and Compile on Linux C Program lan...
Summary: I have developed a C program using Microsoft Visual C++,Version 1, which, when run provides a variety of screen messages of different background and f...
Summary: hi , can you help in writing c program for the following 1.Write a "Hello World" program in 'C' without using a semicolon. 2.Write a C++ program with...
Summary: Hi I just started with c programing ,, I created a folder in c drive and created a file which I compiled sucessfuly but after that I need to run it to...
Summary: Please, can anyboby help me with the problem in this simple C program ? After running, I can answer just the first question. The second question comes...