C++/Experts

ExpertAverage RatingsExpertise

Ralph McArdell

U.K.
Available
I am a software developer with more than 15 years C++ experience and over 25 years experience developing a wide variety of applications for Windows NT/2000/XP, UNIX, Linux and other platforms. I can help with basic to advanced C++, C (although I do not write just-C much if at all these days so maybe ask in the C section about purely C matters), software development and many platform specific and system development problems.

Tehreem

Pakistan
Available
I can answer questions related to C++ coding and programming techniques.

Zlatko

Canada
Available
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.

Recent Answers

2012-02-05 using a nested loop in dev c++:

Sorry i could not respond to you earlier. Here is the code you need:  #include<iostream>  using namespace::std;  int main(void)  {   int in;   char symbol;   cin>>in;   do   {          cin>>symbol;  

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-23 Working with keyboard:

As you give no details of what platform, tools, frameworks, etc. you are using nor what the application type (GUI / console) is I cannot be give any sure, specific advise.    However if you use writing

2012-01-20 Is heap an implicit data structure to implement priority queue?:

I too don't really understand what the term 'an implicit data structure' means.    Perhaps, the question should have been: 'Is some kind of heap the only data structure that can be used to implement a

2012-01-20 Is heap an implicit data structure to implement priority queue?:

Heap itself is an implicit data structure. But it is not specialized for priority queue. A priority queue can be implemented in anyway you like e.g linked list. Heap is just a good way to implement priority

More Answers in Category C++


C++

All Answers


Answers by Expert:


Ask Experts

Volunteer


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