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
Ranked #4K
~43.4K People Reached
About Me

I'm a Full-stack Developer with 2 years of experience building enterprise apps using Node.js, MySQL, MongoDB, Express.js, React.js, and AWS.

Interests
Computer, Internet, Web Designing, Programming
Favorite Forums
Favorite Tags
Member Avatar for rajesanthu

[B][COLOR="Red"]Simple C++ program for age calculation[/COLOR][/B] [COLOR="Green"][B]NB:Excuse me experts,,this is only for beginners.........[/B][/COLOR] Instructions//// 1.Copy the code 2.paste it in a text file 3.save the text file as agecalc.cpp and select file type all with in the text file. 4.paste this file inside your bin folder where the Turbo C …

Member Avatar for Youssef Faisal
-4
43K
Member Avatar for Pyler

How's the result to this 7? void foo(int i){ if(i>1){foo(i/2);foo(i/2);}cout<<"#"<<endl;}

Member Avatar for vmanes
-1
221
Member Avatar for abhisekp

How to create a dynamic library of the following code double sum(double a, double b) { return (a+b); } P.S> I've no idea about all these stuffs. Pls brief me all these. Just to know how these works.

Member Avatar for Ancient Dragon
0
60
Member Avatar for sfurlow2

I was just curious; what exactly does the line cin.ignore(INT_MAX) actually do? I was always told to use it just to keep the program screen up when inputting something.

Member Avatar for Nick Evan
0
113