Search:

Type: Posts; User: pors7

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,351

    What is wrong with my signature???? Why is...

    What is wrong with my signature????

    Why is that a bad programming practice???????

    Mr. Prelude :mad: :D :p
  2. Replies
    3
    Views
    1,351

    HELP with .dll files

    Could someone explane to me what .dll files do?
    When to create one?
    Is there a tutorial for .dll's?

    dll for c++ programs
    Thanks.
  3. Replies
    2
    Views
    1,473

    I/O to binary file

    char name[61];
    char director[31];
    char cast[156];
    short int duration,
    year,
    rating,
    category;

    This will add up to 256 bytes so the recordset is 256...
  4. Replies
    2
    Views
    970

    Help with casting

    I am writting a validation program.

    this program receives a string from another program. this string contains a number like 123.

    what my program has to do is convert this string into a short...
  5. Replies
    2
    Views
    1,064

    Problem with Casting.

    #include <iostream.h>
    #include <stdlib.h>

    int main()
    {
    int j;
    char k[4]= "123";

    j = static_cast<int>( k[0]);
    cout<<j<<endl;
  6. Replies
    2
    Views
    1,244

    help with exe files

    Is there a way i can open up an .exe file and see the code that generated it???????

    the program i want to open up was written with C++
    some type of disassembler or something.


    Thanks.
  7. Thread: packaging

    by pors7
    Replies
    3
    Views
    1,251

    Thanks Guys

    Thanks Guys
  8. Thread: packaging

    by pors7
    Replies
    3
    Views
    1,251

    packaging

    I finished writting a program in Visual C++6.
    What i want to do now is package it so i can give it to
    others. I want to make it installable. With the blue screen and everything.

    Does anyone know...
  9. Replies
    6
    Views
    1,238

    Using Borland, but i also want my code to work on...

    Using Borland, but i also want my code to work on Unix
  10. Replies
    6
    Views
    1,238

    Setting the curser

    I am writting a console text editor. When the user presses
    the Inser key i want the curser to be highlighted and blink until the Insert is on.

    Is there a function that would do something like...
Results 1 to 10 of 10