How to return value from a while in in any function@manga: Actually you are using [quote]cout[/quote] to show the output, but what I want is the functi...
How to return value from a while in in any functionSuppose I have the following function containing while loop: [code]#include <iostream> using namespa...
expected primary-expression before ‘int’I got solution.. first I need to remove these[quote] int[/quote] before the [quote]num1[/quote] and ...
expected primary-expression before ‘int’@keskiverto : I tried as you said but still giving same error.. please if any other solution..
expected primary-expression before ‘int’This is what i have example code in c++: [code]#include <iostream> class Foo{ public: ...
This user does not accept Private Messages