Search:

Type: Posts; User: Alfort

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    763

    help with arrays in C++

    const int SIZE = 10;
    int a[SIZE] = {1,2,3,4,5,6,7,8,9,10};
    int *p;
    int i;

    p = a+(SIZE/2);
    cout << p << endl;

    for(i = 0; i < SIZE/2; i++)
    {
  2. Replies
    2
    Views
    1,104

    k, i try my best first

    k, i try my best first
  3. Replies
    2
    Views
    1,104

    Someone can help me with my assignment

    Assignment 1: Wind Speed Processor
    Specification:
    A device that connected to wind station constantly sends data on wind details (like wind speed, day and direction) that is stored in a log file...
Results 1 to 3 of 3