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
~780 People Reached
Favorite Tags
c++ x 2
Member Avatar for ~s.o.s~

Hope you have gone through enough S.H.I.T. in humor to understand this one. :-)

Member Avatar for sneekula
3
425
Member Avatar for alekhya

Hai friends, I'm stuck with a input validation where if nothing is entered and enter is pressed, then i need to display a message saying please enter some value.

Member Avatar for Daveodolph
0
113
Member Avatar for Daveodolph

Hi I am undergrad student wishing to devleop my skills for real working life, currently need to upgrade my C++ skills to something meaningful other than just the basics, for a job interview next week. No pressure. I have dabled with C, C++, VB, C#, PHP, and despite developing a …

Member Avatar for Vilice
0
100
Member Avatar for wussa

[code=cplusplus]#include <iostream> #include <string> using namespace std; char *goodmsg = " I feel fine today \n"; string badmsg = "I am not feeling well today \n" ; int main(){ //prototype definition void printMessage( bool ); //objects declaration bool isFine; bool &isGood = isFine; char *answer = 'y'; //while loop will …

Member Avatar for Daveodolph
0
142