Search:

Type: Posts; User: Tyrael

Search: Search took 0.00 seconds.

  1. Thread: concurrency?

    by Tyrael
    Replies
    3
    Views
    1,832

    http://www.phrack.com http://www.linux.com/...

    http://www.phrack.com
    http://www.linux.com/
    http://www.google.com/search?hl=en&q=preproccessing+tokens+C
  2. Thread: Binary files

    by Tyrael
    Replies
    2
    Views
    1,888

    I wrote a basic tutorial on Hex and Binary not...

    I wrote a basic tutorial on Hex and Binary not too long ago...
    http://cyber.homeunix.net/pdf/computer-stuph/hex-dec-bin.pdf
    hope that helps ^_^
  3. Replies
    5
    Views
    988

    btw: I was the original poster, i accidentally...

    btw: I was the original poster, i accidentally typed Lynux instead of Tyrael at login.
  4. Replies
    1
    Views
    1,189

    just some code on random stuph

    //This is the header file to Initialize the function rando()
    #include <time.h>
    #include <stdlib.h>
    rando(int x);
    rando(int x)
    {
    srand(time(NULL));
    return rand() % (x+1);
    }
  5. Replies
    5
    Views
    988

    I dont have a problem with C++ on Windows, but I...

    I dont have a problem with C++ on Windows, but I have a problem with Windows. And besides this was a factual post not a "help" post.
  6. Well in C/C++ for UNIX systems it was easy! all...

    Well in C/C++ for UNIX systems it was easy!
    all of the devices are stored in /dev
    so all I did was open streams to all of them, OR took some of Linus's code and added to the hardware functions...
    ...
  7. Replies
    3
    Views
    1,239

    LOL, Ur a newbie and expect to be able to do...

    LOL,
    Ur a newbie and expect to be able to do all of this before understanding the language...

    Well, for the menu system a switch case would be the best
    Password Encryption and stuph can be...
  8. Thread: file streams

    by Tyrael
    Replies
    2
    Views
    966

    Use [ code ] tags please... Then I will be able...

    Use [ code ]
    tags please...
    Then I will be able to help you.
  9. Replies
    1
    Views
    823

    get() --Confused at usage

    i was trying to open a file uing ifstream and storing it as char str
    I was told to use get, but it doesnt work
    The File has multiple lines
    like


    hi
    hello
    hi
  10. Thread: A little help

    by Tyrael
    Replies
    5
    Views
    966

    actually do this (with fstream) ...

    actually
    do this
    (with fstream)


    fopen("c:\\wherever\\filename.txt");
    // because of the \ command the processor will think u are typing
    // a new line if it is \n or something else so \\ is...
  11. Replies
    1
    Views
    1,003

    Multi-line File streaming

    Okay, here is the problem:
    I want to open a file with the code:


    #include <fstream.h>

    int main()

    {
    ofstream print; // stream variable declaration
  12. Thread: sigh

    by Tyrael
    Replies
    2
    Views
    921

    sigh

    lets say u have the array
    [ 3 4 5 ]
    and u want to change the 3 to a 4
    or the first integer to a unit higher
    [ 4 4 5 ]

    a longer array is

    [ 1 2 3 4 5 6 7 8 ]
  13. TEST FOR GURU's , actually for newbies / anyone!

    lets say u have the array
    [ 1 3 4 5 7 ]
    and u wanted to turn the first int into a number higher
    [ 2 3 4 5 7 ]
    and
    [ 3 5 6 ]
    [ 4 5 6 ]???
    If possible use only if statements
    keep functions...
  14. Thread: encryption

    by Tyrael
    Replies
    2
    Views
    1,287

    Can u tell me

    Can u tell me or some sample code how to encrypt something
    please put it (if possible) in this format

    Well I wanted to write a function for a library of Unix Made Functions and encryption thats...
  15. Replies
    2
    Views
    1,862

    Wtf??? 7/9*9 = 0???

    Alright I took that test on C++, I did quite well expcept
    WTF is 7/9*9 = 0 in C/C++

    I compiled this:


    #include <iostream.h>
    int main()
    {
    int a = 7/9*9;
  16. Thread: Newed Help

    by Tyrael
    Replies
    5
    Views
    950

    R U KDDING?

    Umm, I have been programming OpenGL and Windows for at least 9 Months and I am very Excellent at it... I am currently working on a game called Dark Scape...

    Read about it earlier in the...
  17. Replies
    5
    Views
    1,025

    Reply

    Sure so far there is, that i know....

    iostream.h
    io.h
    ostream.h
    istream.h
    math.h
    stdio.h
    stdlib.h
    conio.h
  18. Thread: Newed Help

    by Tyrael
    Replies
    5
    Views
    950

    I Registered

    read subject of reply
Results 1 to 18 of 18