Search:

Type: Posts; User: CProgramingBegg

Search: Search took 0.00 seconds.

  1. Sorry I forgot, my Os is vista ultimate and for...

    Sorry I forgot, my Os is vista ultimate and for some reason it wont compile .c files. I tried researching for .c compilers for vista on google, I tried some of them but they wouldn't work. Do you...
  2. #include #include int...

    #include <stdio.h>
    #include <conio.h>

    int main()
    {
    char userarray[];
    int i;

    i = 0;
  3. Yes he has taught us about loops. That was part...

    Yes he has taught us about loops. That was part of the instructions, he didnt teach us any method of solving for it.
  4. I need help with creating a substring program

    Hello my teacher told me to create a program that returns the substring of a string given the starting index of the substring and its length. For example, the user has entered the string "The quick...
Results 1 to 4 of 4