Search:

Type: Posts; User: Paz_Rax

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    6,728

    Yeah sure. I'm down for a "too much free time"...

    Yeah sure. I'm down for a "too much free time" contest. you feelin' lucky punk?
  2. Replies
    5
    Views
    6,728

    1337 bible, Gen 11

    Gen.11
    [1]And everyone could read team speak.
    [2]And they soon found a server with sweet specs in the Shinar network and camped there.
    [3]And they said to each other, Let us download Hax and m0dz,...
  3. Replies
    5
    Views
    2,404

    I've never played, Is doom even close to being as...

    I've never played, Is doom even close to being as addictive as Counter Strike?
  4. Replies
    0
    Views
    1,040

    Programming a Kernel

    I found a great sight with tutorials on programming a kernel in c++.

    Http://www.invalidsoftware.net/

    Just thought I'd share it.
    Hope you enjoy
  5. Replies
    6
    Views
    2,968

    I'm sorry i thought I did place it in GD. & thx.

    I'm sorry i thought I did place it in GD.
    & thx.
  6. Replies
    6
    Views
    2,968

    Cyber Crime Treaty

    I was wondering what this programming community thought of theCyber crime treaty . I for one dont think it's right to limit what makes the internet what it is, its freedom. Altho i agree with the...
  7. Replies
    14
    Views
    1,849

    very well done, suggestions: drop goto, and use a...

    very well done, suggestions: drop goto, and use a switch statment.
  8. Replies
    15
    Views
    3,305

    OK why should you avoid Microsoft Fried...

    OK why should you avoid Microsoft Fried Chicken?:confused:
  9. Replies
    12
    Views
    4,485

    Due to the rules of the social contract: "I'm...

    Due to the rules of the social contract:
    "I'm sorry all intrest has been lost im away...taking a ...........on the toilet"
  10. I'm part of the loosers club and by the looks of...

    I'm part of the loosers club and by the looks of it, so are you.:D :D :D
  11. Replies
    12
    Views
    4,485

    Mayhaps they have important things to do like...

    Mayhaps they have important things to do like work or school or a loved one to spend time with?
  12. Thread: getline

    by Paz_Rax
    Replies
    4
    Views
    1,409

    Isn't the syntax for cin.getline cin.getline(...

    Isn't the syntax for cin.getline
    cin.getline( *buffer_name, int_length, "charTOstopAT") as in:

    cin.getline( *buffer, 256 , '\n' ) ?
  13. Thread: Looping

    by Paz_Rax
    Replies
    15
    Views
    2,896

    You must use break in switch statments, That is...

    You must use break in switch statments, That is why I ask. It didn't seem right to say it was but WaltP got it.
  14. Thread: Looping

    by Paz_Rax
    Replies
    15
    Views
    2,896

    If break is bad coding then are switch statments...

    If break is bad coding then are switch statments also?
  15. Replies
    18
    Views
    3,864

    if you want to wait for the user to hit enter to...

    if you want to wait for the user to hit enter to accept the full string you could use the code below with the header conio.h


    #include<conio.h>
    #include<iostream.h>

    string input(){
    ...
  16. Replies
    2
    Views
    1,163

    Random # everytime (my code)

    I thought of a new and easy(i think) way to come up with random numbers everytime you call a function. This seems just to easy I was wondering if anyone could find a flaw of some sort with the code:...
Results 1 to 16 of 17