Search:

Type: Posts; User: d4rksid3

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,210

    // a simple "Hello World" program! #include...

    // a simple "Hello World" program!

    #include <iostream>

    int main()

    {
    std::cout << "Hello World!" << std::endl;
    while(1){}
    return 0;
  2. Replies
    28
    Views
    3,597

    hi dino thank you for the replay Stringstream...

    hi dino thank you for the replay Stringstream works very well.

    now the only part I'm having problems with right now is the. FILETIME i need to know what is the right way to get this 64bit int out...
  3. Replies
    28
    Views
    3,597

    alright i got it to print in hex but how do i...

    alright i got it to print in hex but how do i make it set this value to a string.
    also how do i get the 64bit interger of FILETIME and show the date and time it is representing.




    #include...
  4. Replies
    28
    Views
    3,597

    again i like to thank everyone for there help...

    again i like to thank everyone for there help with this.


    I'm wondering how do i get the HEXVALUE to display in Hexadecimal format.




    #include <fstream>
    #include <iostream>
  5. Replies
    28
    Views
    3,597

    hi tabstop. i know about the part on adding the...

    hi tabstop.
    i know about the part on adding the lenth here is the code and the result the part i dont understand is how to get the namelenth which is 1byte.



    #include <fstream>
    #include...
  6. Replies
    28
    Views
    3,597

    first i like to say thank you to everyone who has...

    first i like to say thank you to everyone who has tried to help me.

    now I'm stuck.(doesn't surprise you. i know that's why I'm here :) )
    The problem I am having now is how do i get the...
  7. Replies
    28
    Views
    3,597

    lol Mats you where right it wasn't opening the...

    lol Mats you where right it wasn't opening the file. i had the hex editor open forgot to close it.

    anyways this is what i have now for the output. how do i get rid of the char circle in red. and...
  8. Replies
    28
    Views
    3,597

    #include #include using...

    #include <fstream>
    #include <iostream>
    using namespace std;

    class Header
    {
    public:
    char signature[4]; //is logi
    unsigned int version; //greater than 5
    unsigned int ...
  9. Replies
    28
    Views
    3,597

    thank you Marsp and Dino for you reply. i...

    thank you Marsp and Dino for you reply.

    i look in the FAQ about read and writing files and all over the internet(GOOGLE) but I'm not sure if I'm on the right track. here is the code i came up...
  10. Replies
    28
    Views
    3,597

    need Help! reading a binary file

    Hi guys, I have question. I haven’t program in c++ in over 5 years last time I was programming I was learning the langrage in school. I now have jump back into programming in c++ and i am trying to...
Results 1 to 10 of 10