Search:

Type: Posts; User: wobbles

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    1,946

    ok updated

    ok so now I have it so it stops and doesnt repeat but now it doenst show any characters is there something im missing?




    for (int i = 0; i <= 127; ++i)...
  2. Replies
    12
    Views
    1,946

    still trouble with looping

    here is what I have so far



    #include <iostream>
    using namespace std;

    int main()
    {
    char dec = 0;
  3. Replies
    12
    Views
    1,946

    thank you

    thank you to those who tried to help me.. I appreciate it greatly but im still not quite getting it, I was also reading somewhere about doing it ++dec to get to not keep going to the negative side of...
  4. Replies
    12
    Views
    1,946

    sorry

    im not trying to ask for you to just give me the answer but I dont know what you mean? my compiler doesn't say that. but should I try and meybe enter a bool or and if statement to make it stop...
  5. Replies
    12
    Views
    1,946

    here is what i have inputted

    Im not sure what you extactly mean with starting the loop at 1 did i do that here? because it is still repeating



    #include<iostream>
    using namespace std;

    int main()
    {
    char dec = 0;
  6. Replies
    12
    Views
    1,946

    problems with nesting in looping

    ok so i am told to do a problem where i am using a loop to displaying ASCII characters for codes 0-127 displaying 16 on each line. but when I put it in my program and try and run it, my comp starts...
Results 1 to 6 of 6