Search:

Type: Posts; User: acolussi

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,770

    laserlight and jim, thank you very much for your...

    laserlight and jim, thank you very much for your suggestions.
    Infact I forgot to close the d[j] string using the '\0' char, now I know that it's essential to close it with that special char, like I...
  2. Replies
    8
    Views
    1,770

    Jim, hi. Thanks also to your kind reply. Maybe I...

    Jim, hi. Thanks also to your kind reply. Maybe I understand what laserlight meant with "an off by one" on j, since j it's not aligned correctly with i and so I probably have to define (j = len - 1)...
  3. Replies
    8
    Views
    1,770

    laserlight, thanks sio much for the quick reply....

    laserlight, thanks sio much for the quick reply. I'm using CodeBlocks for testing this exercises and unfortunately I can't use the debugger, but I'm used to start the build and check warnings and...
  4. Replies
    8
    Views
    1,770

    Char array and functions

    Hi there,
    I have an issue on a simple program I'm trying to complete. The problem I have is on the "reverse" function, which probably has some error in its body. I'm quite beginner and so I probably...
  5. Replies
    2
    Views
    1,224

    Hi VirtualAce. Thank you very much for your...

    Hi VirtualAce.
    Thank you very much for your quick reply. I took a look to Inno Setup and NSIS, but I think that they aren't the best way to do what I need, or better they would do it in case I'll...
  6. Replies
    2
    Views
    1,224

    File manipulation for creating an installer

    Hi All.
    I'm quite a beginner in programming world, but I'm moving on with C/C++ programming, since I studied C++ for a while 10year ago for an university course and I found it very powerful.
    Now...
Results 1 to 6 of 6