C/Expert Profile

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 in the area

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.

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    T = Timeliness    P = Politeness
UserDateKCTPComments
Canno11/23/0910101010 
Canno11/23/0910101010Done relly great...... Thank for helping me .....
christopher11/18/0910101010 
Ajay11/15/0910101010thank you sir.
Marcus11/06/0910101010thanks alot for the help. Im new .....

Recent Answers from Zlatko

2009-11-22 Reverse satck .:

Hello Canno Here are the changes you need to make: 1) change stackNode to have: char* data; as the data type. 2) change push to accept char* instead of int 3) change pop to return char*

2009-11-22 Reverse satck .:

Hello Canno There are 2 ways that I can read your problem. 1) You want to read one string into the stack so that each stackNode has one character. or 2) you want each stackNode to contain a string

2009-11-16 arrays:

Edit: Sorry, there was an error in the code I sent you. The corrected is below. Hello Christopher. No, you are not annoying me. If you intend to return a value from compareAnswers, you must delcare

2009-11-15 arrays:

Well OK You can have a loop in the main to enter the answers like this: cout<<"Please enter the students answers"<<endl; for(int i = 0; i < 20; ++i) cin >> studentAnswers[i]; You can also make

2009-11-15 arrays:

Hello Christopher. If I understand correctly, you have 2 arrays. One array has the student's answers, and the other array has the correct answers and you have to go through the arrays and compare each

 

Ask A Question

All Answers

Answers by Expert:


Ask Experts

Volunteer


©2009 About.com, a part of The New York Times Company. All rights reserved.