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
~461 People Reached
Favorite Forums
Favorite Tags
c++ x 3
c x 1
Member Avatar for Nabs

Hi Anybody knows a site where i can get sample C++ problems to solve, particularly regarding structures, arrays and bisection searches? Thx

Member Avatar for harshchandra
0
145
Member Avatar for Nabs

Consider this function: double find_distance (const stud &pnt_1, const stud &pnt_2); stud is a defined structure. What is the point of calling pnt_1 and pnt_2 by reference if 'const' is included at the begginning, making the value remain constant? I mean, when we call by reference, its only to change …

Member Avatar for 1o0oBhP
0
101
Member Avatar for Nabs

Hi Can anyone tell me what isdigit(cin.peek()) means? Is it the same as isdigit(next_char) where next_char is a character variable? Thx...I'm just a beginner...

Member Avatar for Narue
0
84
Member Avatar for Nabs

Hey there I have this C++ program to do where I have to output principal, interest and debt and those type of things, all in a table. My program works well, except fot the fact that the cents are not correctly outputted. Like, instead of getting a value like 46999.88, …

Member Avatar for Stack Overflow
0
131