AllExperts > C 
Search      
C
Volunteer
Answers to thousands of questions
 Home · More C Questions · Question Library  · Free Encyclopedia ·
More C Answers
Question Library

Ask a question about C
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
About Zlatko
(Top Expert on this page)

Expertise
I can answer questions about C / C++ programming, software design, algorithms, and interprocess communication. I have access to Microsoft Visual Studio and gcc as my development platforms. I regret that I cannot answer questions about Turbo C/C++ graphics.

Experience
I have been developing software professionally in C and C++ for UNIX and Microsoft Windows since 1991.

Education/Credentials
I have a Bachelor of Applied Science in Computer Engineering from the University of Waterloo located in Waterloo, Ontario, Canada. I hold the IEEE Certified Software Development Professional designation and SUN Java Programmer and Java Developer credentials.

   

You are here:  Experts > Computing/Technology > C/C++ > C

Questions Answered By Expert  Zlatko 
In Category  C

SubjectDate 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 ...
arrays11/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. ...
arrays11/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 ...
arrays11/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 files11/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 programming11/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-arrays11/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 Sort11/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 manipulation11/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 C11/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 c10/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 c10/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 c10/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 program10/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' function10/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, ...
PROJECT10/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 ...
PROJECT9/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 pointers9/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 programming9/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 fseek8/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 fseek8/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 graphics8/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, ...

All Questions in This Category

Email this page
     
User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2006 About, Inc. AllExperts, AllExperts.com, and About.com are registered trademarks of About, Inc. All rights reserved.