C++/Expert Profile


Ask A Question

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.

Experience in the area

I have been developing software professionally 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.

What do you still hope to achieve/learn in this field?

Every time I answer someone's question, I learn something new.


This expert accepts donations:      

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    P = Politeness
UserDateKCPComments
trey02/10/121010thank you for all the help you've .....
Jade01/28/12101010 
henry01/27/12101010 
trey01/12/121010thanks for answering my questions mr. zlatko .....
Prashant Akerkar12/24/11101010Dear Zlatko Thank you. Thanks & Regards .....

Recent Answers from Zlatko

2012-02-10 How to move a block in c++ graphics.:

Hi Manan Grover    I am not sure if you are having trouble with getting keyboard data, or with drawing. I cannot help you much with drawing, but I can help you with the keyboard and the main game loop

2012-01-26 problem with strcmp function:

Hi Jade    There are two issues.    In the sendname method,  char* Person::sendname() {      ptr = clsname;      return *ptr;     /*error message -> cannot convert          from char to

2012-01-09 writing a struct with bit fields into a file.:

Hello Trey.    When writing to files, the smallest data type which can be use is the byte. You cannot write individual bits to a file. Before writing, you will need to pack all your bit fields into bytes

2011-12-30 SilverLight for Windows Phone , String to integer:

Hi Cory    You could do this with stringstream if your string has many things and you wish to pick them off individually. If you string has only one integer, then you could use atoi directly on the string

2011-12-16 dynamic bit-fields:

Hello Heni    Well thanks for being patient, I have had a busy week.     To answer your question, you would need some method of storing the starting and ending position of each field. For example, if a

 

Ask A Question

C++

All Answers


Answers by Expert:


Ask Experts

Volunteer


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