Search:

Type: Posts; User: ruab

Search: Search took 0.01 seconds.

  1. Saving settings and/or data in executable itself on permenent basis

    Hi,

    Is it possible to save user settings, linear data such as log in the executable file of the running programming itself (on permenent basis i.e. on HD, without using any other file)?

    if it...
  2. Replies
    15
    Views
    2,641

    Good code prelude I didn't understood...

    Good code prelude

    I didn't understood following line, can anyone explain(couldn't find it in TC help either)

    x = ~x;

    where x is unsigned int.
  3. Replies
    9
    Views
    1,755

    malloc error

    I tried


    SomeArray = malloc(sizeof(int) * n);

    but it's giving same error as above. When it's saved with .c extension.
  4. Replies
    9
    Views
    1,755

    Thank you.

    Thank You, for giving C++ code.

    I tried to do following & compiled as C program but I am getting errors

    code> SomeArray = realloc(SomeArray,n);
    error> invalid conversion from `void*' to...
  5. Replies
    9
    Views
    1,755

    Why this dosen't work in C

    Following code can't be compiled as a C program & but when compiled as C++ program it works.

    I am experienced with C but quite to new to C++ & OOP, so please explain if you have some time.

    ...
  6. Replies
    2
    Views
    1,120

    Best way to input/output string

    What in your opinion is the best way to input/output string to or from both keyboard & output to monitor OR file.
Results 1 to 6 of 6