Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,154,423 members, 7,822,958 topics. Date: Thursday, 09 May 2024 at 08:22 PM

I Need Help On C++ Any Guru Here - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / I Need Help On C++ Any Guru Here (1662 Views)

[Help Request] Any Batch Programming Guru Here Please? I Want To Learn. / Do You Need To Be A Math Guru To Be A Good Programmer / Help On C# Multiple Form Application (2) (3) (4)

(1) (Reply) (Go Down)

I Need Help On C++ Any Guru Here by aloib(f): 5:36am On Aug 15, 2007
pls anyone wanna help grin
Re: I Need Help On C++ Any Guru Here by kennbox(m): 1:21pm On Aug 15, 2007
Yea
I could Help. What exactly do u want?
Re: I Need Help On C++ Any Guru Here by aloib(f): 1:24pm On Aug 15, 2007
lol, i ave a programm i ave to do.so confused bout the shege, lol,
Re: I Need Help On C++ Any Guru Here by tomX1(m): 6:00pm On Aug 24, 2007
Do you have a specific problem you will like a solution to or do you have a problem with the platform as a whole?
Re: I Need Help On C++ Any Guru Here by aloib(f): 12:35am On Aug 25, 2007
i'm just a beginner, i'm aving problems wid functions, i ave a few exercises i ave to do and i'm so lost about the whole thing
Re: I Need Help On C++ Any Guru Here by Nobody: 1:25pm On Aug 31, 2007
Can u please tell what exactly u want to do with C++? the gurus in the house can supply you with sample code. wink
Re: I Need Help On C++ Any Guru Here by SmartK1(m): 5:55pm On Sep 10, 2007
tell us where u have problems or forget about it.

Good luck
Re: I Need Help On C++ Any Guru Here by aloib(f): 11:51pm On Sep 10, 2007
lol, functions
Re: I Need Help On C++ Any Guru Here by segdotpm: 11:45am On Sep 25, 2007
i want to write a program for a project is anyone capable of doing that for me in lagos so we can talk things over immediately.pls get in touch 08036217998
Re: I Need Help On C++ Any Guru Here by tomX1(m): 11:09pm On Oct 01, 2007
. . .
Re: I Need Help On C++ Any Guru Here by awen(f): 7:02am On Oct 04, 2007
what exactly is the problem with your functions?what platform r u using?
In any case.try downloading some books from:
www.freeprogrammingresources.com
www.computer-books.us
Re: I Need Help On C++ Any Guru Here by Stanozcom(m): 2:28am On Oct 12, 2007
Aloib,

Functions in C++ are similar to closed boxes.

I learnt C++ by reading TC++PL Special Ed. by Dr. Stroustrup (Now my personal friend).

When starting out you gotta be able to envision concepts in a near-graphical way. You gotta make pictures of concepts in your head.

(Have you Read Bruce Eckert's book? Thinking in_________)
(Google it, King!)

A function is like a Vending Machine. It collects a certail type of Input (it is very selective; C++ is strongly typed) and ejects a Certain Type of Output.
It is very particular about what goes in and what goes out.

It is you that tells it what to accept; What to do with this accepted "coin(s)"; And what to TYPE reward/reply to Eject.



int main()



The return type (what goes back / what is ejected from this function) is INT. It must "shit" out an integer value.

What coin its gonna accept is the argument that you should place between the parenthesis.





Ol boy, I don tire to dey type.
After I go continue.
Or; maybe I'll put up a page explaining this on my site soon.

Re: I Need Help On C++ Any Guru Here by labiran(m): 2:02am On Oct 23, 2007
any1 in the house? i too need help with c++
Re: I Need Help On C++ Any Guru Here by labiran(m): 2:07am On Oct 23, 2007
i can send the problem once someone repsonds
Re: I Need Help On C++ Any Guru Here by labiran(m): 5:34pm On Oct 24, 2007
wow, nairaland is absolutely useless, cannot believe nobody can help me.
Re: I Need Help On C++ Any Guru Here by Stanozcom(m): 9:53am On Feb 20, 2008
Labiran, I can help you. That's what I do; I help. (Stop being so rude, though. wink )
What is it that you need assistance with, King?
Re: I Need Help On C++ Any Guru Here by Wallie(m): 2:37pm On Feb 20, 2008
Try the following; xor is the function. Goodluck!

#include <stdio.h>

int xor(int a, int b);

int main(void)
{
printf("%d", xor(1,0));
printf("%d", xor(1,1));
printf("%d", xor(0,1));
printf("%d", xor(0,0));
return 0;
}


int xor(int a, int b)
{
return (a|| b) && !(a&& b);
}
Re: I Need Help On C++ Any Guru Here by Quddy: 2:06am On Mar 01, 2008
can any one help me with this c++ question;
using while counting loop,the if control structure and functions with input argument,
write a design document given a number and power,calculate and display the given number raised to the given power ,the power, number and result must be double value. Don't use power built in math function to calculate the result.
write a program that gets a number and power from he user and calls a function named my_power that will calculate the number raised to the powers as inputs
Re: I Need Help On C++ Any Guru Here by thinknow: 1:58pm On Mar 02, 2008
Stanoz how u dey?What other programming languages do you know or are u into?

(1) (Reply)

Please What Really Is Object Oriented Programming. / Beginning Coders Get Dirty / How Do I Create Application For Ingenico 5100

(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.