HELP WITH PROGRAM! Beginer in C++@LB ..sorrry i LAST week joined so didnt knew ab categories. so i will keep in mind .
problemhow to fix above problem? how to check before passing parameter to function.
class problem[code]#include <iostream> #include<string> using namespace std; class person { private: string n...
problem[code]#include<stdio.h> void add(unsigned int ,unsigned int); int main() { int a=-5,b=7; add(a,b);...
if/else not working[quote]your second code is working fine, i didnt used #include<sstream>...it works fine[/quote] [co...