Search:

Type: Posts; User: sPlOrYgOn

Search: Search took 0.01 seconds.

  1. Thread: cout

    by sPlOrYgOn
    Replies
    5
    Views
    1,647

    you can do cout

    you can do


    cout<<"blah"<<endl;

    or


    cout<<"blah\n";
  2. Replies
    16
    Views
    1,828

    yes it is and im not having troubles with saving...

    yes it is and im not having troubles with saving the files im trying to get rid of that null
  3. Replies
    16
    Views
    1,828

    i found a bigger chart...

    i found a bigger chart
    http://sPlOrYgOn.distanthost.com/Chart.php?min=0
  4. Replies
    16
    Views
    1,828

    i'm saving the files like this ...

    i'm saving the files like this


    fout.write((const char*)MyStructure, sizeof(Structure));

    and the array of ints sounds good but i dunno the number for the letters :(


    i save strings just...
  5. Replies
    16
    Views
    1,828

    im doing binary files and everytime i save...

    im doing binary files


    and everytime i save the structure with the string in it the string will be all messed up thats y i use an array of chars
  6. Replies
    16
    Views
    1,828

    I'm refering to an array of chars because those...

    I'm refering to an array of chars because those strings aren't that good with files..
  7. Replies
    16
    Views
    1,828

    NonNullTerminated Strings?

    Is there anyway to get a NonNullTerminated string?
  8. Replies
    1
    Views
    1,016

    thanks

    thanks
  9. Replies
    1
    Views
    1,016

    Finding text in binary files

    im trying to find a string of 4 characters in a binary file so that i can change the info after it. is there any function that can be used to find a string?
  10. Thread: exit

    by sPlOrYgOn
    Replies
    14
    Views
    2,727

    umm... i think i know the problem.. if you don't...

    umm... i think i know the problem..
    if you don't use the excute button in VC++ and run the program by itself that pause won't be there.
  11. Replies
    10
    Views
    1,614

    Thanks a lot for your help!

    Thanks a lot for your help!
  12. Replies
    10
    Views
    1,614

    I can't seem to figure out how that works..

    I can't seem to figure out how that works..
  13. Replies
    10
    Views
    1,614

    I disabled a button (not clickable) and want it...

    I disabled a button (not clickable) and want it enabled (Clickable) when a file is opened.
  14. Replies
    10
    Views
    1,614

    Thanks that helped a lot. But now i can't figure...

    Thanks that helped a lot.
    But now i can't figure out how to ungrey the close button in the menu...
  15. Replies
    10
    Views
    1,614

    I am using Win32 API

    I am using Win32 API
  16. Replies
    10
    Views
    1,614

    Open/Save Dialog

    I am trying to make a prompt for Opening/Saving Files with ifstream/ofstream.
    If any can help I'd appreciate it.
Results 1 to 16 of 16