Search:

Type: Posts; User: shin

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,255

    Help with simple code

    Hello eveyrone, this is my first time looking at the C++ programming language and I have a question.

    The following code



    for(i=0; i!=4; i++){
    a[2i]=b[i]+i;
    }
  2. Replies
    10
    Views
    2,057

    Thank you for all the responeses guys! Quzah...

    Thank you for all the responeses guys! Quzah your explaination helped me a lot. Now i have a much more clear understanding of arrays. Now to move on to matrices and pointers :(

    Some more things...
  3. Replies
    10
    Views
    2,057

    Question on Arrays

    Hello everybody! This is my first post in C board and I hope that someone can help me out. Just recently I have began learning how to program with some C Programming books. I have reached to the...
Results 1 to 3 of 3