User profile: imii

User info
User name:imii
Email:imran.pathan45@gmail.com
Name:imran
Location:nagpur
Bio:embedded c,c++ developer
History
Joined:
Number of posts:12
Latest posts:

HELP WITH PROGRAM! Beginer in C++
@LB ..sorrry i LAST week joined so didnt knew ab categories. so i will keep in mind .

problem
how 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...