Search:

Type: Posts; User: vart

Search: Search took 0.07 seconds.

  1. Thread: Why C Matters

    by vart
    Replies
    136
    Views
    33,381

    That what I said - when found a bug in a code...

    That what I said - when found a bug in a code that was written a year, or two, or 5 years ago - you on your own. You will take a code and have to figure out by yourself what the person that wrote the...
  2. Thread: Why C Matters

    by vart
    Replies
    136
    Views
    33,381

    No1 - In C you know that this 2 objects will be...

    No1 - In C you know that this 2 objects will be equal
    in C++ you need to read the code of the Copy constructor or operator = to know what is going on

    And just looking on the code - you do not...
  3. Thread: Why C Matters

    by vart
    Replies
    136
    Views
    33,381

    You are ready to do 2 jobs for price of one? Why...

    You are ready to do 2 jobs for price of one? Why to leave?
  4. Thread: Why C Matters

    by vart
    Replies
    136
    Views
    33,381

    What this has to do with the menagers? People...

    What this has to do with the menagers?
    People ARE going to change place of work for some reason from time to time. 7-10 years at the same firm is a regular avarage values. After that people start...
  5. Thread: Why C Matters

    by vart
    Replies
    136
    Views
    33,381

    The key word here is - own code When...

    The key word here is - own code

    When considering the laguage for the project one of the issues is possibility to read and understand someone else code. When this someone has gone for more than 10...
  6. Thread: Why C Matters

    by vart
    Replies
    136
    Views
    33,381

    But first - you need to locate the bug source....

    But first - you need to locate the bug source. When in your big project some bug happens - no one will tell you "Hey, it is because your CTheGreateWindowManagerClass has a missing copy constructor!!"...
  7. Thread: Why C Matters

    by vart
    Replies
    136
    Views
    33,381

    If it is so, why a lot of people wanting to buy a...

    If it is so, why a lot of people wanting to buy a source code prefer C over C++?

    And regard the mentioned earlier - only in the small project the programmer chooses the langugage. In real...
  8. Thread: Why C Matters

    by vart
    Replies
    136
    Views
    33,381

    YES! They're all just a dialects. So let's learn...

    YES! They're all just a dialects. So let's learn only the proper language - C!!!!

    And leave the dialects to the morons who do not know how to speak the literary language!!!

    (Followed by the...
  9. Thread: Why C Matters

    by vart
    Replies
    136
    Views
    33,381

    That's the idea - use C when you need C, do not...

    That's the idea - use C when you need C, do not use C++ because you anyway will need to rewrite the code to compile it as C
  10. Thread: Why C Matters

    by vart
    Replies
    136
    Views
    33,381

    it is for dynamic memory allocation, what it has...

    it is for dynamic memory allocation, what it has to do with classes? If you do not use classes?



    int* arr = new int[15];
  11. Thread: Why C Matters

    by vart
    Replies
    136
    Views
    33,381

    Excluding a lot of other things... These are 2...

    Excluding a lot of other things... These are 2 different languages

    Where do you have new/delete in C?
    Or function overloading?
Results 1 to 11 of 11