Search:

Type: Posts; User: WizardOfOz

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    3,104

    I hate the funny ones.

    I hate the funny ones.
  2. Replies
    16
    Views
    3,104

    If you actually managed to move your little head...

    If you actually managed to move your little head 3 inches you would see my question.

    You really think you rock don't you?
  3. Replies
    16
    Views
    3,104

    New link... http://pastebin.com/346434 Bump?

    New link... http://pastebin.com/346434

    Bump?
  4. Replies
    16
    Views
    3,104

    Tonto how did you manage to copy and paste it all...

    Tonto how did you manage to copy and paste it all in under 30 seconds? I just finished my program (I swear I didn't copy yours but the asciisum function, I barelly couldn't read it with all this OOP...
  5. Replies
    16
    Views
    3,104

    I must say that I never would imagine that :)...

    I must say that I never would imagine that :) Thanks a lot!

    Would my function be correct then:


    int asciisum (char text[21])
    {
    int checksum = 0, i, textlen = strlen(text);
    for(i=0;...
  6. Replies
    16
    Views
    3,104

    Another question: Wich function would I use to...

    Another question:

    Wich function would I use to see if two strings share the same charset?

    like: agdf and fadg share the same charset
  7. Replies
    16
    Views
    3,104

    Oh I see... Thanks :D

    Oh I see... Thanks :D
  8. Replies
    16
    Views
    3,104

    It still dosen't work... Altough there's no...

    It still dosen't work... Altough there's no overflow, when you hit enter nothing happens...
  9. Replies
    16
    Views
    3,104

    string parsing

    Hi,

    I'm doing a small string parser, the main problem is that I didn't want to create 10 different char arrays, so I did with only one. It's causing me a buffer overflow...


    #include <stdio.h>...
Results 1 to 9 of 9