Search:

Type: Posts; User: mprogrammer

Search: Search took 0.00 seconds.

  1. And how can I view that or modify it? I tried...

    And how can I view that or modify it? I tried echo $CPATH and it printed nothing on the screen.
  2. Where can I find, view, modify the gcc environment variables?

    Hello everyone,

    Where are the environment variables for the gcc such as CPATH stored? and how can I access them and modify them?

    Thanks in advance,
  3. Replies
    4
    Views
    2,728

    I'm not sure but I suggest reading every...

    I'm not sure but I suggest reading every character and then using the printf function with %hhx to print every byte of the file.
    for example:
    char c
    while file has next
    c = next character...
  4. So I understand that gcc defines int to be 4 byte...

    So I understand that gcc defines int to be 4 byte long on both 32 and 64 bit machines?

    Thanks
  5. How to get gcc to produce 64 bit code? m64 option produces "sorry" message!!

    Hello programmers,

    I have a question about the options of gcc. I have a 64 bit processor with a fedora 64 bit running on it. Both int and long are 32 bit long and long long is 64. when I use the...
  6. Thank you everyone

    Thank you everyone
  7. What standards does cc compiler complies with?

    Hello everyone

    My question is when I type cc file.c to compiler in fedora, what is the name of that compiler? who developed it and what standards does it run on?

    I'm sorry if my question is...
  8. Replies
    2
    Views
    10,154

    yup that did it thanks a lot I guess it's my...

    yup that did it thanks a lot

    I guess it's my book's mistake because it is a numeric 1 in there

    but hey if anything this shows how much I need experience from people who have it.
    thanks again!!
  9. Replies
    2
    Views
    10,154

    I can't include fcnt1.h

    Hi so I have to use some functions in fcnt1.h and I can't include it the gcc compiler in linux won't find it? How can I fix that.
    by the way I'm very confused about programming in linux and the...
Results 1 to 9 of 9