Search:

Type: Posts; User: CodeMaster

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,338

    I am happy that your program compiles. Just...

    I am happy that your program compiles.

    Just a little piece of advice,
    It is always good practice to use a return type,
    and have the function return a value.

    Stay away from void...
  2. Replies
    8
    Views
    1,255

    WaltP, In deed this was not what I meant at...

    WaltP,

    In deed this was not what I meant at all.

    Personally I find the help with the parameters lists as you
    stated in your last post most helpful; this feature is called
    ...
  3. Replies
    2
    Views
    899

    You could simply initialize your array with the ...

    You could simply initialize your array with the
    3.1415 value and then increment from index
    or subscript of 6 up to the needed value
    to terminate.

    Such as:

    int main()
    {
    ...
  4. Replies
    3
    Views
    1,680

    Have you tried to read up on the compilers...

    Have you tried to read up on the compilers instructions.

    Also, have you tried another compiler?

    ---

    When I get a chance I will compile your code
    and see if I get the same results.
    ...
  5. Thread: server os

    by CodeMaster
    Replies
    12
    Views
    1,708

    server OS = Server Operating...

    server OS =
    Server Operating System

    ---

    NON workstation Operating System
  6. Replies
    6
    Views
    2,367

    Hey Brian ... how's the C# learning coming along?

    Hey Brian ... how's the C# learning coming along?
  7. Replies
    19
    Views
    2,557

    C sharp.

    C sharp.
  8. Replies
    21
    Views
    3,450

    If I might suggest going to the INTEL website. ...

    If I might suggest going to the INTEL website.

    I had built a PC off of an ASUS mainboard
    using P4 2.4 chip. I contacted INTEL
    to speak about the HT (Hyper Threading)
    the INTEL rep...
  9. Replies
    8
    Views
    1,023

    Have you had any interests in learning C?

    Have you had any interests in learning C?
  10. Replies
    6
    Views
    1,379

    A quick piece of advise. In order to be a...

    A quick piece of advise.

    In order to be a great programmer you should be
    able to take real life tasks, and be able to map
    them out ... doesn't have to be in a specific
    progamming...
  11. Replies
    3
    Views
    1,106

    Flim Flam Being that you are new to C and...

    Flim Flam

    Being that you are new to C and you have to
    write a currency converter try to focus on the
    basics and the components that you will need
    to complete your task.

    Since...
  12. Replies
    5
    Views
    1,437

    Dave_Sinkula, I love your code resolution. ...

    Dave_Sinkula,

    I love your code resolution.

    However, you did not utilize fclose for the file pointer
    to FILE.

    Maybe I missed something, could you correct me if
    I did.
  13. Replies
    9
    Views
    2,393

    I did not get a chance to read through all of the...

    I did not get a chance to read through all of the postings,
    I am running out.

    However I did see one immediate problems with your code,
    which is:

    1. No inclusion of <string.h> for the...
  14. Replies
    8
    Views
    1,255

    Justin welcome to the beautifully crypted world...

    Justin welcome to the beautifully crypted world of
    C programming.
    ---


    I did not quite get the compiler that you are using,
    however if it is a MSVC++; you should build your
    code <F7>.
    ...
Results 1 to 14 of 14