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 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: 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: have had an assignment to make a server and client using C programming language which i have done. i have been asked to read user name and passwords ...
Summary: I am also a new to programming in C. I am to take a number of any length up to five digits...ie 123 or 54601 and print out "one two three" or "five f...
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...
Summary: hi ive been trying for a loooong time to get the code to work. Actually when i compiled it using VC++ i did not get any errors only a few warnings. wh...
Summary: Hi. I'm currently learning C++ programming and I have problems coding a program. I need to write a program that finds the integer from 1 to 1000 with...
Summary: Hi im a 18 year student from the UK I really need help with a project i have to work on for my college assignment. Im learning borland c i would say m...
Summary: Hi, I'm a rookie in c programming and need some help with writing a simple stopwatch program. The stopwatch must have a circular background, with both...
Summary: We are trying to help you. You obviously have some C programming knowledge and you have in the code that you posted all of the tools necessary to make...
Summary: I'm having a hard time programing . IF you could please help me .. i would really appreciate. Thank you World! -arora786 Write a C++ Program that e...
Summary: I have to write a short C++ program that reads from a data txt file which hp vs. rpm will be the data that is in the file. The program then calcul...
Summary: long post here: here's the info for the game: "We play with a deck of cards numbered from one to six which is divided into four suits. First, I deal t...
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: Here is the programm I have to write for homework: Description: Write a well-documented menu-driven program that prompts the user with the following o...
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: Hi there all, i know that i shouldnt be asking to be spoonfed answers but im really stuck at this point! ive used C to be able to work out simple addi...
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: G'day, These two examples work with TurboC 2.0. The first one is a straight copy of the basic bubble sort algorithm adapted for the C programming lang...
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...