User Profile
Collapse
-
dg12 replied to I learnt the following program online but when I run the program the output is blankin CBut I wrote x = name; then the value passed to x should be equal to name -
dg12 started a topic I learnt the following program online but when I run the program the output is blankin CI learnt the following program online but when I run the program the output is blank
Code:#include <iostream> using namespace std; class dev{ public: void setName(string x){ x = name; } string getName(){ return name ; } private: string name; }; int main() { dev dg; dg.setName("Devansh Garg");
Last edited by zmbd; Jun 11 '17, 06:24 AM. Reason: [z{placed the proper code tags. Please read FAQ on asking questions :) }]
No activity results to display
Show More
Leave a comment: