User Profile

Collapse

Profile Sidebar

Collapse
NeedHelp666
NeedHelp666
Last Activity: Oct 23 '06, 04:21 PM
Joined: Oct 2 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • NeedHelp666
    started a topic Simple Programming Error Somewhere :0
    in C

    Simple Programming Error Somewhere :0

    Hi there, the following compiles fine, but when I run it, It does nothing. Could someone please help me? BTW, its supposed to show the menu, take the input, and spit out the resulting message. All help is appreciated, hope it doesn't take up too much time out of ur cs or wow playing. Thanx.

    #include<iostre am>
    using namespace std;
    void intsructions();
    int read_choice();
    void out_of_range();
    int...
    See more | Go to post

  • NeedHelp666
    started a topic Need Help Biatches!
    in C

    Need Help Biatches!

    How would you go about extracting two numbers from an integer and then swapping them? I believe I must use a function or two...
    See more | Go to post

  • NeedHelp666
    started a topic Basic Programming Question
    in C

    Basic Programming Question

    Hello fellow programmers, I am having a problem with a program I need to write for school. I have it written as follows:
    #include <iostream>
    #include<cmath>
    #define PI 3.141592;
    using namespace std;
    int main()
    {
    double a;
    double b;
    double c;
    double n;
    double m;
    double p;
    double q;

    cout<<"enter value of a\n";...
    See more | Go to post
No activity results to display
Show More
Working...