Summary: (This note is just to clarify my query) I have the executable say, a.out If I type in Unix machine, ./a.out Input file name? ( here I manually input t...
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: Hello folks; I am trying to learn various programing languages so far i've tryed BASIC and ActionScript...a programer friend of mine told me about a l...
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: 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: 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...
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: thanks you all tommycoolman , thanks man , after doing some reasearch's , its true , what you said is what i need, what shall i learn to program in ...
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: 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: I'm posting this in desperation. This is an assignment for a C programming paper. I just can't seem to get it. The accompanying documentation says ...
Summary: the C++ program that I am writing is beside the main function and call 4 other functions. but I can't get the 2 outputs I want....please fix it for me...
Summary: Greetings, I would like to use a c++ static library from within a c program. It works if i use gcc and rename the .c files to .cpp, however, I am not ...
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: Please show me to Write a c++ program that accepts as input a number of cents(positive integer)and then produces as output the number of dollars, quar...
Summary: I'm trying to make a simple c program that does a checksum of a string. Basically I want the user to enter a sentence ending with a period, and do a c...
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 All, I need your help to logon to Novell server from novell client machine. Client machine have W2K with Novell client for Windows. At client machi...
Summary: For anyone interested in an IDE for C/C++, this might be one of the easiest I've used. In under a half an hour I installed it and had a basic C++ prog...
Summary: hi...im new to c programming and i need help....i want to find the mode in an array of size 10 but i dont know how to do it...the array is full of ran...