Search:

Type: Posts; User: Drogin

Search: Search took 0.01 seconds.

  1. Replies
    24
    Views
    25,704

    I disagree. When you're at the basics of...

    I disagree. When you're at the basics of programming, seeing some complete working code can give you the ideas and understanding needed to make your own code.
    I learned C++ almost entirely by first...
  2. Replies
    24
    Views
    25,704

    I wrote this in a haste, so it might not be...

    I wrote this in a haste, so it might not be correct...


    // Function shiftArray
    // arg1 int *: pointer to the array. can be pointer to integer, char, whatever you want
    // arg2 int : last index...
Results 1 to 2 of 2