Search:

Type: Posts; User: Front242

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,727

    Thank you Mats for the explanation. Have a...

    Thank you Mats for the explanation.

    Have a nice day!
  2. Replies
    8
    Views
    1,727

    /*Found in Handbook for Debugging and Optimizing...

    /*Found in Handbook for Debugging and Optimizing Legacy.*/

    #include<stdio.h>
    void main(int argc, char *argv[])
    {
    unsigned long value = 0xABCDEF12;
    unsigned char *arr;
    arr =...
  3. Replies
    8
    Views
    1,727

    Thank you Mats, I forgot to tell that I have...

    Thank you Mats, I forgot to tell that I have tried this already but it does not solve the problem.
  4. Replies
    8
    Views
    1,727

    String class problem

    Hello,

    I am using a string class but get an error message when trying to compile the following example:



    unsigned long value = 0xABCDEF12;
    mystring *arr;
    arr = (unsigned char *)&value;...
Results 1 to 4 of 4