Summary: Can anyone please help me with the following C problem. Am newish to C programming so please be specific. I am using the Dev-C++ compiler. I want to w...
Summary: Help me! Is there in C# a function like SendMessage in VC++? I make a Window form with C#, then put a DataGrid on it, bind it with a DataTable. The 1...
Summary: please if you know anything about C..help me out..my teacher asked me to write " three C programs that print out the Max and Min values of the data in...
Summary: i need to write a report on what this code does. this code is the client code and the coe at the bottom is the server code. networing isint one of my ...
Summary: G'day, Mark is quite correct, the problem is fairly well defined and shouldn't pose too much of a problem. However, you do seem to be having a proble...
Summary: I have a programming assignment in C++. It has to do with reading and writing binary files. I am trying to save a structure to disk and then display...
Summary: Please help me i'm a newbie in C. I would like to test for the condition of the following characters(uppercase & lower case) a, s and x. Why is this c...
Summary: I need help with the following: 1. Write a C++ print command that prints the temparature, 10 spaces, Fahrenheit, 10 spaces Celcius. 2. Write a program...
Summary: HI, I have a question and i have done a lot of reasearch and cant find a answer.I have a source code (Program.c) C++ code and its just a simple progra...
Summary: The following program (below my question) produces the results I want, but I am trying to create a for loop to replace all of the cout statements. Wha...
Summary: Hi, I am writing a conditional statement using (IF / Else) in C. 1. I have an object named Apple and Grape. 2. The object has predefined value associ...
Summary: I am having trouble using complex numbers to find the determinant of a square matrix. This is what I have so far, but my deter function is having trou...
Summary: Hi, I am trying to do a Binary Search for a 15 number array in C. I included the whole code but the only part I am seeking help with is the Binary Se...
Summary: hey bob i really appreciate your help however i need more help dude.... i`m getting crazy..... i`m using turbo c 2.0 and i`m getting 2 errors on the p...
Summary: Ok i need some help with my c++ here is the problem. what output is produced when the following is executed? heres the code: cout << setprecision(2) <...
Summary: Hi I am taking a computer science class and we are learning C++ and we just finished learning about if/else statements and the integer operators such...
Summary: I am using Visual C++ 6.0 I have a home work assigment to create a leap year determination program in my beginning C++ class. I need one function call...
Summary: Hi, I'm a C++ newbie and have problem to creating a class that would displayed phone number "area code", "prefix", and "last 4 digit" of myself and my...
Summary: Hi i need help with my c code i ahve done it but gettign soem problems it's a long code so i can't post it here if anyone is intrested in helping me ...
Summary: Ummm can anyone help me with C++ tell me how i would check if a file (of name from cin by user) exists? [2] How will i check for null string value? [3...
Summary: Hi: I am a newbie trying to learn C++. Our instructor gave us several assignments already and I am struggeling with the last one. Here are the instruc...
Summary: Hello all. I am having a small problem here. Im trying to code a text editor in c++ console. I have the majority of it done, but am running into a sma...
Summary: Hi, I am studying C++ atm but I'm a tad stuck on a problem I have: I am doing a project which requires me to take a strings of varying length from a t...
Summary: I don't know if you intend to use a literal if() "then" syntax, but that is incorrect in C. if(condition) /* take this path */ else if(condition) /* t...
Summary: Hi. I need to set pressing the enter key equal to entering a NULL into mname and fname in the following program. I'm not sure how...thanks in advance ...