Search:

Type: Posts; User: Chris2222

Search: Search took 0.00 seconds.

  1. Here's a couple

    Hey bud, here's a couple of books for ya to try out.

    Intel threading building blocks
    Modern multithreading

    Hope it helps! :)
  2. Replies
    14
    Views
    2,606

    >>> As a beginner myself from what I've gathered...

    >>> As a beginner myself from what I've gathered on reading posts and book reviews you should start like this:

    disclaimer "You do not need to start like this but it is the path I have chosen to...
  3. Replies
    14
    Views
    2,606

    As a beginner myself from what I've gathered on...

    As a beginner myself from what I've gathered on reading posts and book reviews you should start like this:

    #1 - C for dummies (excellent introduction to C, but numerous references are made to C...
  4. Replies
    5
    Views
    5,009

    Are comments compiled into and exe file?

    Do comments get compiled into the exe file? Doesn't make sense that they are if they do since an exe file doesn't need them anyway.

    So are they automatically removed when the c-source code is...
  5. Replies
    8
    Views
    1,529

    Okay thanks. So by specifying name[4] it'll...

    Okay thanks.

    So by specifying name[4] it'll be stable up to 3 characters otherwise, as you have said, they sit in undefined territory and I'll get unpredicatable results with anything beyond...
  6. Replies
    8
    Views
    1,529

    Okay I'm just learning so bear with me. ...

    Okay I'm just learning so bear with me.

    Suppose i have some code like this:


    .
    .
    char name[4];
    printf("Please enter your name:");
    scanf("%s",&name);
  7. Replies
    8
    Views
    1,529

    char variable[#] - confusion

    Okay I'm just learning so bear with me.

    Suppose i have some code like this:
    [code]
    .
    .
    char name[4];
    printf("Please enter your name:");
    scanf("%s",&name);
    printf("Your name is %s",name);
  8. Replies
    10
    Views
    1,654

    Sorry, thanks yes it is an IDE. But it doesn't...

    Sorry, thanks yes it is an IDE. But it doesn't appear to be that popular.
  9. Replies
    10
    Views
    1,654

    C-Free - anyone using it?

    Is anyone using this compiler? A lot of people use Dev-C++ but what about this one? anyone?
Results 1 to 9 of 10