User Profile

Collapse

Profile Sidebar

Collapse
GLCODER
GLCODER
Last Activity: Jun 21 '06, 07:31 AM
Joined: Jun 21 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • GLCODER
    started a topic Getch() in Linux
    in C

    Getch() in Linux

    Does anyone know of a getch() equivalent that exists in linux?
    I have just started doing some basic programming and am currently running Knoppix on CD.
    So I'm not sure what kind of file library I have available.

    Any help would be greatly appreciated;

    GL
    See more | Go to post

  • GLCODER
    started a topic <= operator in C++
    in C

    <= operator in C++

    Hi,

    I've got a simple question for you guys.

    I'm writing a basic program in C++ that looks like this:

    float x=0, y=0;
    for (; x<=1, y<=1; )
    {
    cout << sin(x) + cos(y) <<endl;

    x +=0.1;
    y +=0.1;
    }

    For some reason though, the calculation...
    See more | Go to post
No activity results to display
Show More
Working...