Search:

Type: Posts; User: Kitu

Search: Search took 0.00 seconds.

  1. Thread: newbe question

    by Kitu
    Replies
    1
    Views
    1,416

    newbe question

    I’m rather new to Windows programming and would need a bit of help. I know how to create basic child windows and stuff. Anyway I’m trying to make a program, where you could press the button with...
  2. Replies
    6
    Views
    1,747

    Thanks! :) But one more question: Is it...

    Thanks! :)
    But one more question: Is it possable, that user types there file, and program would open/create file named file.txt?
  3. Replies
    6
    Views
    1,747

    Saving and opening txt file...

    Hello,
    I would be very thankful, if somebody would explain me (i would be very thankful for code examples) how to create and load txt files by user input. Meaning that I could type in the name and...
  4. Thread: txt files

    by Kitu
    Replies
    8
    Views
    1,352

    Oh, ok thank you again =)

    Oh, ok thank you again =)
  5. Thread: txt files

    by Kitu
    Replies
    8
    Views
    1,352

    Thanx, ill try the fseek(), but I dont have any...

    Thanx, ill try the fseek(), but I dont have any idea, what do you mean under container =D (ya, i know im just unother noob taking projects, what i cant handle:P)
  6. Thread: txt files

    by Kitu
    Replies
    8
    Views
    1,352

    Sorry for double post, but i have unother...

    Sorry for double post, but i have unother problem. I want my program to get random values from that file (meaning randomly togeather value 1 and value 2, then again random value 1 and random value 2)
  7. Thread: txt files

    by Kitu
    Replies
    8
    Views
    1,352

    Thanx, got it now :)

    Thanx, got it now :)
  8. Thread: txt files

    by Kitu
    Replies
    8
    Views
    1,352

    txt files

    Hi,
    When writing my last program i ran into a problem: when writing to text file i want my program to add the data to file, not replace it (I mean like data field 1, data field 2. data field 1 again...
  9. Thread: Newbe help

    by Kitu
    Replies
    7
    Views
    1,225

    Fordy, thanx, got it now :)

    Fordy, thanx, got it now :)
  10. Thread: Newbe help

    by Kitu
    Replies
    7
    Views
    1,225

    Ya, im sorry, i didnt "copy-paste" te code, as it...

    Ya, im sorry, i didnt "copy-paste" te code, as it is at other computer, i just typed it in...At original i had there == and password word there was not password, i just typed it in here as an example...
  11. Thread: Newbe help

    by Kitu
    Replies
    7
    Views
    1,225

    Newbe help

    Hi,
    Im new to c++ and today, when i tryed to make "login program" i ran inti problem. Is it possable to use character variables at if/else statements at all? I mean


    if(username==user)
    {
    cout...
Results 1 to 11 of 12