| Subject | Date Asked |
|
| Reverse satck . | 11/23/2009 |
Q: the previous answer help me a lot... now i facing some problem... the code i edited is as bellow, ... A: Canno, I don't have much time right now to look at your problem. I will look at it later today. But ...
|
| Reverse satck . | 11/22/2009 |
Q: Write a program that reverses the string contents of a stack (the top and bottom elements exchange ... A: Here are the changes you need to make: 1) change stackNode to have: char* data; as the data type. ...
|
| Reverse satck . | 11/22/2009 |
Q: Write a program that reverses the string contents of a stack (the top and bottom elements exchange ... A: There are 2 ways that I can read your problem. 1) You want to read one string into the stack so ...
|
| arrays | 11/16/2009 |
Q: first i wanted to thank you for the last response..it helped out a lot. now i have an assignment ... A: Edit: Sorry, there was an error in the code I sent you. The corrected is below. Hello Christopher. ...
|
| arrays | 11/15/2009 |
Q: first i wanted to thank you for the last response..it helped out a lot. now i have an assignment ... A: Well OK You can have a loop in the main to enter the answers like this: cout<<"Please enter the ...
|
| arrays | 11/15/2009 |
Q: first i wanted to thank you for the last response..it helped out a lot. now i have an assignment ... A: If I understand correctly, you have 2 arrays. One array has the student's answers, and the other ...
|
| header files | 11/13/2009 |
Q: if i save my program with .c extension, my program run successfully with printf(), scanf(), getch(), ... A: If the correct header files are not included, the C compiler will make assumptions about the ...
|
| C programming | 11/12/2009 |
Q: Actually i am trying to solve this question. "B. Write a program to enter two dates as shown, and ... A: Please post a follow-up question and show me what you have done so far. I will be happy to help you ...
|
| Merging char-arrays | 11/11/2009 |
Q: I need answer to the following program in C/C++. You are required to write a program that takes ... A: The easiest way to do this is to input the two arrays, create one large array with the data of both ...
|
| Merge Sort | 11/11/2009 |
Q: n log 2n Solve via merge sort & get the complexity.. A: I will think about your problem. Have you tried to write a merge sort yourself? It would be good for ...
|
| C++ File manipulation | 11/5/2009 |
Q: I am using windows XP and DEV C++ I want to make a program used in file transfer. How do you copy ... A: The functions you are looking for are CopyFile and MoveFile. The MoveFile does the renaming. The ...
|
| RSA Encryption in C | 11/5/2009 |
Q: I have recently written a program in c for the demonstration of the RSA encryption. for some reason ... A: You can send me the code as an attachment to zlatko.c.help at gmail.com or you can post it as a ...
|
| Stuck on a problem using c | 10/17/2009 |
Q: I'm doing some work at the moment, in which i've hit a brick wall. I'll post what i've done to begin ... A: You have to keep track of each box's capacity and decrease the capacity as you put items into the ...
|
| Stuck on a problem using c | 10/16/2009 |
Q: I'm doing some work at the moment, in which i've hit a brick wall. I'll post what i've done to begin ... A: Derrick, I can understand the use of int box[numberOfItems][numberOfBoxes]. You have an array of ...
|
| Stuck on a problem using c | 10/16/2009 |
Q: I'm doing some work at the moment, in which i've hit a brick wall. I'll post what i've done to begin ... A: I commend you for doing as much of your assignment as possible. My aim is to help you get your ...
|
| simple club membership program | 10/9/2009 |
Q: how to create simple club membership program in c?? A: Philip, the first thing you should do is make a clear list of what you want your program to do. I ...
|
| 'malloc' function | 10/8/2009 |
Q: My C code compiled on a MAC station gives me a segmentation fault when it tries to go through the ... A: Alex, there is nothing in the code you posted that would normally cause a seg fault. You should, ...
|
| PROJECT | 10/2/2009 |
Q: Write an ANSI C program to implement a doubly-linked self organising list.A self-organising list is ... A: According to the problem, the node count is incremented whenever a node is found using the search ...
|
| PROJECT | 9/29/2009 |
Q: Write an ANSI C program to implement a doubly-linked self organising list.A self-organising list is ... A: Yes, I can help you but you have not told me what you are having trouble with. I understand your ...
|
| charector and string manipulation using pointers | 9/20/2009 |
Q: i have to work on two functions one to replace and another one to match strings using pointers. ... A: I'm glad to help, but I have to remind you that thinking about the strmatch algorithm is a good ...
|
| c programming | 9/13/2009 |
Q: i have a problem main() { printf("%u",main); } when i m compiling it,its giving an error- Cannot ... A: You are correct. The program should print out the address of the main function. I have tried it with ...
|
| Turbo C using fseek | 8/28/2009 |
Q: sir/madam i need your help regarding this issue...How to use fseek function to search some file in a ... A: You are correct that you should not be using fseek. The code to find a record based on the employee ...
|
| Turbo C using fseek | 8/26/2009 |
Q: sir/madam i need your help regarding this issue...How to use fseek function to search some file in a ... A: I've had a look at your code and I believe the fundamental problem is that you're trying to seek to ...
|
| c graphics | 8/14/2009 |
Q: sir i want a program in c which, take our photo from our storage drive like 'd' drive. and display ... A: Sir: Thank you for your question. Although I don't have experience solving this particular problem, ...
|