Search:

Type: Posts; User: bigdavestar

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,140

    hmm

    Im not to lazy to come back here, i figured it would be easier if someone could contact me on IM rather than a long drawn out thread. And the webdesign membership was just a little something in...
  2. Replies
    3
    Views
    2,140

    Structure charts?

    Hey could someone help me with a stucture chart for a program i have? I would be very grateful, if so please contact me on aim at
    bigdavestar

    I can offer a membership for my upcoming webdesign...
  3. Replies
    8
    Views
    1,040

    im back lol

    #include <iostream.h>
    int main()
    {
    int marks[4];
    int i;
    while(i<5)
    {
    cout<<"Enter the first mark"<<endl;
    cin>>marks[1];
    i++;
  4. Replies
    8
    Views
    1,040

    Thanks

    Hey thanks, now my second question..why when i compile does it just flash up on the screen in a black box then dissapear, im using c++ 5.0, borland. Thanks.
  5. Replies
    8
    Views
    1,040

    question about loop tutorial....

    Hey on the tutorial section theres this code on loops.



    { //The loop goes while x<100, and x increases by one every loop
    for(int x=0;x<100;x++) //Keep in mind that the loop...
Results 1 to 5 of 5