Search:

Type: Posts; User: clb2003

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,148

    Thank you so very much for you very timely...

    Thank you so very much for you very timely answers once agin, always get the nicest and best answers from the forums here.

    Thank you agin fellows, looking for some tutorials now.
  2. Replies
    6
    Views
    1,148

    Thank you very much. I am not 100% sure if that...

    Thank you very much. I am not 100% sure if that is what he meant, here is how he told me. This was the question I first asked.

    Why do alot of define's shift the operands?


    /* Exit info: used...
  3. Replies
    6
    Views
    1,148

    piont me in the right direction please

    Hello,

    Sorry for bothering yall with something like this but, yall pros always have the best website knowledge. I was wondering if anyone knew a good page that helps learning bitvectors....
  4. Replies
    4
    Views
    2,458

    Another noob question if anyone has the time. ...

    Another noob question if anyone has the time.

    I understand why y increase's becase it is permenant (static) but why wouldnt x increase also?


    #include <stdio.h>

    main() {

    int i;
  5. Replies
    4
    Views
    2,458

    Yes, I have been reading the boards here alot,...

    Yes, I have been reading the boards here alot, and know that global vairables and gets is bad :O)
    I just figured that to really know C, i shouldn't skip over the parts that are bad, know how to use...
  6. Replies
    4
    Views
    2,458

    another noob question

    Howdy agin,

    I am onto scope and storage classes now, My question is if i declare a global variable in 1.c and want to use it in 2.c do I have to use the extern specifier? I am just not...
  7. Replies
    2
    Views
    1,493

    help with the basic's

    Howdy,

    I am just learning the c languge from Sam's Teach yourself C.
    I am on to Understanding Arrays, there is a question I had that was not answered in the book.

    The question was write a...
  8. Thread: Noob question

    by clb2003
    Replies
    19
    Views
    2,642

    Sorry to bother yall agin. when I try to use...

    Sorry to bother yall agin. when I try to use fgets(), when i put in the variable from my struct, into the function defention it says it is undefined, but I am using a pointer that points to the...
  9. Thread: Noob question

    by clb2003
    Replies
    19
    Views
    2,642

    Sorry yall by nomeans did I mean to ignore your...

    Sorry yall by nomeans did I mean to ignore your posts, that would be like a 4th grader telling the teacher he didnt need to listen to her, ok trying to change gets() to fgets(), I though it was used...
  10. Thread: Noob question

    by clb2003
    Replies
    19
    Views
    2,642

    Program hangs on zone number: room biv: sector...

    Program hangs on zone number: room biv: sector type:

    Does it look wrong or is it something like spelling

    Thank you all agin for your help and sorry for bothering yall.

    ...
  11. Thread: Noob question

    by clb2003
    Replies
    19
    Views
    2,642

    nm I am a idoit, sorry yall, i guess i need to...

    nm I am a idoit, sorry yall, i guess i need to really look at my spelling :O(
  12. Thread: Noob question

    by clb2003
    Replies
    19
    Views
    2,642

    getting a error, and I am soo lost with it. If...

    getting a error, and I am soo lost with it. If anyone could have a quick look, I would be very thankful.




    /tmp/ccSlHuD2.o: In function `main':
    build1.c:(.text+0x23): undefined reference to...
  13. Thread: Noob question

    by clb2003
    Replies
    19
    Views
    2,642

    Here is the full code, it is nowhere even remotly...

    Here is the full code, it is nowhere even remotly close to done, but here it is:


    /********************************************************************
    * By:
    * Virtual room builder
    * ...
  14. Thread: Noob question

    by clb2003
    Replies
    19
    Views
    2,642

    Noob question

    Howdy,

    I have read about 4 begginer c book and I am now on Advanced c, by herbert schildt,
    but you know how it goes, yes, I have been given the knowledge of how to do it but that doesnt mean i...
Results 1 to 14 of 14