I Need Help On C++ Any Guru Here

A Member? Please Login  
type your username and password to login
Date: September 05, 2008, 06:44 PM
236878 members and 136713 Topics
Latest Member: KC Brown
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Programming  |  I Need Help On C++ Any Guru Here
Pages: (1) Go Down Send this topic Notify of replies
Author Topic: I Need Help On C++ Any Guru Here  (Read 655 views)
aloib (f)
I Need Help On C++ Any Guru Here
« on: August 15, 2007, 05:36 AM »

please anyone want to help Grin
kennbox (m)
Re: I Need Help On C++ Any Guru Here
« #1 on: August 15, 2007, 01:21 PM »

Yea
I could Help. What exactly do u want?
aloib (f)
Re: I Need Help On C++ Any Guru Here
« #2 on: August 15, 2007, 01:24 PM »

lol,  i ave a programm i ave to do.so confused bout the shege, lol, 
@tomX (m)
Re: I Need Help On C++ Any Guru Here
« #3 on: August 24, 2007, 06:00 PM »

Do you have a specific problem you will like a solution to or do you have a problem with the platform as a whole?
aloib (f)
Re: I Need Help On C++ Any Guru Here
« #4 on: August 25, 2007, 12:35 AM »

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
Gridlock (m)
Re: I Need Help On C++ Any Guru Here
« #5 on: August 31, 2007, 01:25 PM »

Can u please tell what exactly u want to do with C++? the gurus in the house can supply you with sample code.  Wink
Smart K. (m)
Re: I Need Help On C++ Any Guru Here
« #6 on: September 10, 2007, 05:55 PM »

tell us where u have problems or forget about it.

Good luck
aloib (f)
Re: I Need Help On C++ Any Guru Here
« #7 on: September 10, 2007, 11:51 PM »

lol,  functions
segdotpm
Re: I Need Help On C++ Any Guru Here
« #8 on: September 25, 2007, 11:45 AM »

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.please get in touch 08036217998
@tomX (m)
Re: I Need Help On C++ Any Guru Here
« #9 on: October 01, 2007, 11:09 PM »

. . .
awen (f)
Re: I Need Help On C++ Any Guru Here
« #10 on: October 04, 2007, 07:02 AM »

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
Stanoz.com (m)
Re: I Need Help On C++ Any Guru Here
« #11 on: October 12, 2007, 02:28 AM »

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 going to 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.



* 2001HDE_764_CS StanozDotCom.gif (9.3 KB, 80x80 )
labiran (m)
Re: I Need Help On C++ Any Guru Here
« #12 on: October 23, 2007, 02:02 AM »

anyone in the house? i too need help with c++
labiran (m)
Re: I Need Help On C++ Any Guru Here
« #13 on: October 23, 2007, 02:07 AM »

i can send the problem once someone repsonds
labiran (m)
Re: I Need Help On C++ Any Guru Here
« #14 on: October 24, 2007, 05:34 PM »

wow, nairaland is absolutely useless, cannot believe nobody can help me.
Stanoz.com (m)
Re: I Need Help On C++ Any Guru Here
« #15 on: February 20, 2008, 09:53 AM »

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?
Wallie (m)
Re: I Need Help On C++ Any Guru Here
« #16 on: February 20, 2008, 02:37 PM »

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);
}
Quddy
Re: I Need Help On C++ Any Guru Here
« #17 on: March 01, 2008, 02:06 AM »

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


thinknow!
Re: I Need Help On C++ Any Guru Here
« #18 on: March 02, 2008, 01:58 PM »

Stanoz how u dey?What other programming languages do you know or are u into?
 Diamond Bank Needs Programmers  500+ Free Computer Ebooks Download   Wap Site  Page 2
Pages: (1) Go Up Send Topic to Friend by E-mail Reply 
Google
 
Web www.nairaland.com
Sections: TV/Movies (2) Music/Radio (2) Celebrities Job Talk Jobs/Vacancies (2) Career Talk Romance Books Politics Sports Fashion Travel
Health Schooling Religion General(2) Business Webmaster Programming Computers Phones Cars & Trucks

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa
Nairaland Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.