Search:

Type: Posts; User: madscientist

Search: Search took 0.00 seconds.

  1. Replies
    18
    Views
    1,841

    it is supposed to be c++.. so i got a little...

    it is supposed to be c++..
    so i got a little work done myself and i got this code which does not work right now and i can't find the problem... it compiles without errors but when i run it number...
  2. Replies
    18
    Views
    1,841

    #include #include #include...

    #include <stdio.h>
    #include <conio.h>
    #include <ctype.h>
    int main()
    {
    int count=0;
    char ce;
    printf("Enter a charracter:");
    do
    {
  3. Replies
    18
    Views
    1,841

    #include #include #include...

    #include <stdio.h>
    #include <conio.h>
    #include <ctype.h>
    int main()
    {
    int count=0;
    char ce;
    printf("Enter a charracter:");
    do
    {
  4. Replies
    18
    Views
    1,841

    okay here i am sory for not answering so long.....

    okay here i am sory for not answering so long.. first i want to say that when i came here i didnt really expect whole source code written like i m to lazy to do anything by myself.. i idint even have...
  5. Replies
    18
    Views
    1,841

    hekp with programming

    hy guys could you help me with an assignement in c++:

    Write a program that receives the input of letters (uppercase and lowercase) until it enters the small letter 'a'. Count how many consonants...
Results 1 to 5 of 5