Search:

Type: Posts; User: Dark_Smily

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,045

    meh

    I searched, but i couldnt find anything not so complicated. And I looked at fstream and getline, these seem fine, but I just cant put em to gether to get the desired effect. :(
  2. Replies
    4
    Views
    1,045

    Need help with reading from .txt

    I just started with c++ and now I need some help, I would like a simple script to read from a .txt and out the lines if my txt looks like this

    apple
    bannana
    peach
    ...
    ...

    put it in a loop...
  3. Replies
    1
    Views
    812

    Need help with packets, I'm noob :p

    I was looking trough a source I got and it works with packets, here is how it creates one of them.



    BEGINPACKET( pak, 0x07a8 );

    ADDWORD( pak, 0x8746 ); // ??
    ADDWORD( pak,...
Results 1 to 3 of 3