Search:

Type: Posts; User: C++mastawannabe

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    2,240

    Thanks for your insights guys, it's really...

    Thanks for your insights guys, it's really helping me out. My only question left now that leaves me in confusion is.

    Whats the difference between:
    cout<< array[i];

    and

    std::cout<< array[i];
  2. Replies
    9
    Views
    2,240

    Alright, this is the code, #include...

    Alright, this is the code,


    #include <iostream>

    using namespace std;

    int main()
    {
    int x;
  3. Replies
    9
    Views
    2,240

    Need help on understandind arrays

    Hey, I went over the tut on arrays, and I haft to say I don't get one bit of if. How do I use it and why, what for? I'm really confused about this, I read the tut, but I really don't understand it.
    ...
Results 1 to 3 of 3