Search:

Type: Posts; User: CDdotdot47

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,332

    Oh I understand now. So declare char variables,...

    Oh I understand now.
    So declare char variables, and then convert to integers.

    I'll try that!
  2. Replies
    7
    Views
    1,332

    Ok I made the changes you said, but the arg count...

    Ok I made the changes you said, but the arg count has to stay only because you can turn tracing on or off, it looks for a 1 or 0 for the on/off.

    I made the second change where I changed the...
  3. Replies
    7
    Views
    1,332

    Help with Command Line Arguments

    Hello,

    I need to increase the amount of Command Line arguments from 3 to 7
    I declared variables for these command line items
    as shown in code below in main function:

    int a
    int b
    char c...
  4. Replies
    8
    Views
    6,652

    okay it compiled now with GCC. So how do I...

    okay it compiled now with GCC.

    So how do I configure CodeBlocks to compile the same as GCC?

    Now when i re-compile the same code in CodeBlocks, I get like a million errors.
  5. Replies
    8
    Views
    6,652

    Ok I tried what you said and now i'm getting this...

    Ok I tried what you said and now i'm getting this error:



    bash-2.05$ gcc tv2.c
    Undefined first referenced
    symbol in file
    log ...
  6. Replies
    8
    Views
    6,652

    Hi: Thank you. Attached is my source file...

    Hi:

    Thank you.

    Attached is my source file plus my header file.
    tv2.c is the main file and mytrace.h is the header.

    Below is the error code that I am getting when I compile with gcc:
  7. Replies
    8
    Views
    6,652

    Well in my code, I have a header file. When I...

    Well in my code, I have a header file. When I compile in 'CodeBlocks'; it compiles without error, and the program runs as usual, but then I compile using gcc in a unix enviroment like I said, and it...
  8. Replies
    8
    Views
    6,652

    gcc vs CodeBlocks compiler

    Hello All:

    Is there a difference between compilers in 'CodeBlocks' and with the general 'gcc' compiler?

    I have a program that compiles fine in 'CodeBlocks' the c-programming editor that I use,...
  9. Replies
    7
    Views
    1,212

    well i'm using CodeBlocks to write and build by C...

    well i'm using CodeBlocks to write and build by C code, and it compiled without issue...however when i executed it, i received the Win32 exception.
    Could you recommend a good debugger that is free,...
  10. Replies
    7
    Views
    1,212

    It's actually an Exception...

    It's actually an Exception...
  11. Replies
    7
    Views
    1,212

    Actually it's an "unhandled Win32 Exception" that...

    Actually it's an "unhandled Win32 Exception" that occured...
  12. Replies
    7
    Views
    1,212

    Cause of a Win32 error

    If when I run a compiled C program, and I receive a Win32 error...what would cause that and where should i be looking in my code to correct that?

    memory allocation? sizes?

    thanks
Results 1 to 12 of 12