Search:

Type: Posts; User: Christopher2222

Search: Search took 0.00 seconds.

  1. Multi threading for a pc

    Platform is for a PC.
  2. Any good books on multi-threading or programming for dual processors?

    Does anyone know of any good books for programming for dual processors? Or any good websites that show general programming for multiple processors?
  3. Thanks

    Thanks, I appreciate all the replies.

    Some were very detailed and very helpful.
  4. Przepraszam! I'm not looking for smartass...

    Przepraszam! I'm not looking for smartass answers like the Chinese answer from laserlight.

    So Salem you are saying to use these languages for your examples

    - Big Iron banking / finance - ...
  5. What would you suggest

    Salem, can you give me some specifics to the examples you gave?

    Also what programming languages do you think are going to be gathering dust in the next few years and which ones are going to be...
  6. Programming language - Which one should people learn today?

    I realize C and C++ have been around for a long time. However...

    If someone has never really programmed with these languages, which language would you suggest he start with today so that he won't...
  7. Replies
    160
    Views
    1,221,138

    Sticky: C Primer Plus and K&R - The C Programming...

    C Primer Plus and K&R - The C Programming Language are great starters!
  8. Thanks

    Thanks for all the tips.

    I realize it's harder to pull file access information from a FAT formatted drive than an NTFS.
  9. Sorry for confusing you, Salem, on scripts and...

    Sorry for confusing you, Salem, on scripts and programs. I'm sure you're smart enough to figure out what I meant.

    I'm using cfree.
  10. I'm on Windows. Can a simple C program be...

    I'm on Windows. Can a simple C program be written to do such a thing?
  11. Is there a script to track when a floder/file was accessed and by who?

    Is there a script that keeps track of when a folder or file was accessed, opened or read and also by who?

    I'd like to be able to store that information in a text file.


    Any help would be...
  12. Replies
    4
    Views
    1,457

    I'm trying to fully understand the int main()...

    I'm trying to fully understand the int main() myself. The post refered to above is the one I actually started. This little program that I have included may help in your understanding.



    /*...
  13. I already read that. Main returning an int...

    I already read that. Main returning an int doesn't mean i need to write int main() right?

    And a lot of people leave out return 0; unless they're compinling under the C89 environment which...
  14. Why do people still use main() or main(void)?

    If the standard today is to write : int main(void) or int main(int argc, char *argv[]). Return 0 is implied under the C99 standard so some people ommit it but it's supposed to be good programming...
Results 1 to 14 of 14