Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,497 members, 7,816,186 topics. Date: Friday, 03 May 2024 at 07:14 AM

Learn C++ Programming Language In Few Days - Programming (3) - Nairaland

Nairaland Forum / Science/Technology / Programming / Learn C++ Programming Language In Few Days (10000 Views)

I Want To Learn C# Programming / First 5 People To Contact Me And Learn C# Programming Free In Egbeda / C Programming Assignment Help ? (2) (3) (4)

(1) (2) (3) (4) (5) (Reply) (Go Down)

Re: Learn C++ Programming Language In Few Days by Ibukunoluwa01: 3:25pm On Jul 12, 2017
08184213272
Re: Learn C++ Programming Language In Few Days by Brainz01(m): 5:59am On Jul 13, 2017
pls add 07064428364
Re: Learn C++ Programming Language In Few Days by Nobody: 12:07pm On Jul 13, 2017
sylvseter:
Good day as we all know c++ programming language is a widely used language today in the world. JOIN OUR C++ whatsapp group so you can start learning c++ ASAP.
INTERESTED PERSONS SHOULD DROP THEIR PHONE NUMBERS ASAP SO I CAN ADD THEM ON THE GROUP >> HULALA BE FAST.

Please Add Me 08097529085 ( Precious Uweh ).
Re: Learn C++ Programming Language In Few Days by Nobody: 2:39pm On Jul 13, 2017
sylvseter please add me to the group 08097529085. ( Precious Uweh ).
Re: Learn C++ Programming Language In Few Days by buchivik(m): 3:49pm On Jul 13, 2017
090396... pls add me
Re: Learn C++ Programming Language In Few Days by habhidemi: 9:24pm On Jul 13, 2017
07035111599
Re: Learn C++ Programming Language In Few Days by jiangchu: 11:14pm On Jul 14, 2017
i'm having difficulty in installing MinGW
Re: Learn C++ Programming Language In Few Days by Mrbabra: 12:22am On Jul 15, 2017
Re: Learn C++ Programming Language In Few Days by seyi4glo: 3:01pm On Jul 15, 2017
08058358552
Re: Learn C++ Programming Language In Few Days by dimillion(m): 6:27pm On Jul 15, 2017
08138002701
Re: Learn C++ Programming Language In Few Days by Nicolars(m): 8:40pm On Jul 15, 2017
Sylvseter,or anyone else who's good in c++ I have a question

How do you return two values in a function..... Not using pointers..

Example a function like this
Int var () {
Int a,b
cin>>a;
cin>>b;


return a;
return b;
}


Is this function valid... If it is, what would be stored in the main function... If its not valid.... How can it become valid
Re: Learn C++ Programming Language In Few Days by codemarshal08(m): 9:15pm On Jul 15, 2017
Nicolars:
Sylvseter,or anyone else who's good in c++ I have a question

How do you return two values in a function..... Not using pointers..

Example a function like this
Int var () {
Int a,b
cin>>a;
cin>>b;


return a;
return b;
}


Is this function valid... If it is, what would be stored in the main function... If its not valid.... How can it become valid

To return more than one value from a function, you could use references

Below is One Way to do it using passing by references:


void var(int &a, int &b)
{
std::cin >> a;
std::cin >> b;
}

int main()
{
int a, b;
var(a, b);

std::cout << "A is = " << a << " and B is = " << b;
return 0;
}

Re: Learn C++ Programming Language In Few Days by Nicolars(m): 10:32pm On Jul 15, 2017
codemarshal08:


To return more than one value from a function, you could use references

Below is One Way to do it using passing by references:


void var(int &a, int &b)
{
std::cin >> a;
std::cin >> b;
}

int main()
{
int a, b;
var(a, b);

std::cout << "A is = " << a << " and B is = " << b;
return 0;
}


I understand this method well

I'm talking of using two return statements in a function
Re: Learn C++ Programming Language In Few Days by Brown253(m): 1:03am On Jul 16, 2017
09026561491..pls add me
Re: Learn C++ Programming Language In Few Days by codemarshal08(m): 4:30am On Jul 16, 2017
Nicolars:


I understand this method well

I'm talking of using two return statements in a function

Ok. it is not possible to return multiple values using two return values.
Your code is valid but it will only return a because return b is never reached b4 the function exits.
Re: Learn C++ Programming Language In Few Days by Nicolars(m): 6:34am On Jul 16, 2017
codemarshal08:


Ok. it is not possible to return multiple values using two return values.
Your code is valid but it will only return a because return b is never reached b4 the function exits.
I guess this solves my question


Thanxs a lot G
Re: Learn C++ Programming Language In Few Days by Olympuz(m): 9:44pm On Jul 16, 2017
My number is 08173201248 i av been waiting for dis opportunity
Re: Learn C++ Programming Language In Few Days by leemon007: 11:48pm On Jul 17, 2017
08178665710
Re: Learn C++ Programming Language In Few Days by zesh(m): 2:38pm On Jul 18, 2017
08176108164.
please, thanks
Re: Learn C++ Programming Language In Few Days by Nobody: 4:51pm On Jul 18, 2017
08034822757
I need c++ for matlab and Python extension
Re: Learn C++ Programming Language In Few Days by Zackpraise(m): 12:08am On Jul 19, 2017
[color=#990000][/color]09033722890 add me up pls
Re: Learn C++ Programming Language In Few Days by Zackpraise(m): 12:16am On Jul 19, 2017
[color=#990000][/color]09033722890 add me up
Re: Learn C++ Programming Language In Few Days by kayis4luv: 6:30pm On Jul 19, 2017
Yeah. It can even be done in 21 days, see below
08161377748
Re: Learn C++ Programming Language In Few Days by IRODANOSA(m): 10:25am On Jul 21, 2017
.
Re: Learn C++ Programming Language In Few Days by kenneyyice(m): 11:22am On Jul 21, 2017
pls add me up
07039400723
Re: Learn C++ Programming Language In Few Days by Danyel1z(m): 11:54am On Jul 21, 2017
08182811953
Re: Learn C++ Programming Language In Few Days by chloroform: 7:58am On Jul 22, 2017
.
Re: Learn C++ Programming Language In Few Days by Jacktheripper: 7:16pm On Jul 22, 2017
.
Re: Learn C++ Programming Language In Few Days by Muhammedbashir(m): 3:49pm On Jul 23, 2017
sylvseter:
Good day as we all know c++ programming language is a widely used language today in the world. JOIN OUR C++ whatsapp group so you can start learning c++ ASAP.
INTERESTED PERSONS SHOULD DROP THEIR PHONE NUMBERS ASAP SO I CAN ADD THEM ON THE GROUP >> HULALA BE FAST.
09030875227
Re: Learn C++ Programming Language In Few Days by anethcharly(m): 4:36pm On Jul 23, 2017
08119279119
Re: Learn C++ Programming Language In Few Days by Ephramed(m): 7:45pm On Jul 23, 2017
08066951388

(1) (2) (3) (4) (5) (Reply)

Netbeans Vs Eclipse Vs Jboss / Is C++ Still A Relevant Programming Language Today? / List Of All States With Local Governments In Nigeria In JSON, PHP And SQL Format

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 18
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.