Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~517 People Reached
Favorite Forums
Favorite Tags
c++ x 9
Member Avatar for noscimo

hello! I have a function with the following definition: void functionName(void** a); When I want to call that function how am I supposed to send the arguments?

Member Avatar for deceptikon
0
160
Member Avatar for noscimo

Hello ! I'm writing a program in C++ and I use a struct definition named Contact. In a function in my program that returns an item of type Contact,i face the problem below: Contact getContact(){ Contact c; //do things if(condition) //assign c else //c is not assigned return c; } …

Member Avatar for noscimo
0
263
Member Avatar for noscimo

hi to all! i have a question since my program keeps showing a message which is very annoying.i have asked in several forums but still i havent found a satisfying answer but i just found out about this one,so i hope my problem will get solved! i have several sets …

Member Avatar for noscimo
0
94