User profile: glennpl

User info
User name:glennpl
Email:glenn_pl2004@yahoo.com
Name:Patrick Glenn
Location:3516 greenwood drive Fayetteville NC.
Bio:I am a computer science major who is looking to get experience in ooa/ood/oop and C++ and ermbedded systems
Statistical data
Birthdate:Nov 8, 1964
Gender:Male
Occupation:Consultant
Skills:C
C++
C++/MFC
History
Joined:
Number of posts:32
Latest posts:

compile error ambiguous symbol for function call
The bool function pair value is assigned to boolean variable wpair. The compiler is giving me and er...

initializing array of char pointers
Im getting error from code thats in Deitels how to program c++. The program assignment is to change...

what is value function returns
Im having problems determining what value a simple function returns when the return value is return...

extracting spaces from char array string
I cant figure how to extract spaces from char array. I can extract double quotes and single quote I ...

using decrement operator in recursive function argument list
why post decrement does'nt work.