Search:

Type: Posts; User: MadnessRed

Search: Search took 0.00 seconds.

  1. Replies
    25
    Views
    5,005

    I made a script for a friend once that swapped...

    I made a script for a friend once that swapped the Esc and pause break keys.

    you could set the F6 and F12 keys so that there action was changed.

    I guess thought that you could program a C++...
  2. Replies
    8
    Views
    2,863

    ok, I have edited the code a bit myself now. ...

    ok, I have edited the code a bit myself now.




    #include <stdio.h>
    #include <stdlib.h>
    #include <math.h>

    int main()
  3. Replies
    8
    Views
    2,863

    I am calculating pi because I am trying to learn...

    I am calculating pi because I am trying to learn c++. And because I want to see the formulas work.
  4. Replies
    8
    Views
    2,863

    Pi - Hm, somethign is not right here.

    ok, here is my formula



    /* Pi loops, we how many times??? */
    while ( cycles < loops ) { // While x is less than 10
    cycles += 1; /* 1 loop started. */
    pi += (plus * (1 / ((2...
  5. Replies
    7
    Views
    3,669

    well fully fledged apps? I mean basic apps like...

    well fully fledged apps? I mean basic apps like wind-chill calculators. I am also working on a simple IPM battle sim for OGame, but am having some problems with arrays,
  6. :'( Yes, I am new to C, so can you recommend a...

    :'(

    Yes, I am new to C, so can you recommend a good tutorial on c arrays?
  7. My Program gives a load of errors on comile, can some1 help explain them to me please

    here is my code.

    #include <stdio.h>

    /* Info */
    /*
    Num - Name

    401 - Rocket Launcher
    402 - Light Laser
  8. Replies
    7
    Views
    3,669

    ok, also can you give me some idea for programs...

    ok, also can you give me some idea for programs that you started with. What is a good idea for a program that I can try and work on that wont be overly complicated for someone with low level c...
  9. Replies
    1
    Views
    2,389

    Console IM Client

    So, for a noob, who want to write a very basic program. Where you enter you username and password, then you are given a list of contacts, each with an id, you enter then id and then can just do basic...
  10. Replies
    7
    Views
    3,669

    Getting Started

    ok, I have previously learnt php which I got the hang of reasonably quickly. What I would like to do though is to start programming.

    I am using linux ubuntu so I have the gcc commands in terminal...
Results 1 to 10 of 10