Search:

Type: Posts; User: sikander

Search: Search took 0.01 seconds.

  1. Thread: String Mess

    by sikander
    Replies
    9
    Views
    1,241

    here is the code without "I am silly". can you...

    here is the code without "I am silly". can you help me now.
    come on, guys pls help me out.
  2. Thread: String Mess

    by sikander
    Replies
    9
    Views
    1,241

    [code]: #include #include ...

    [code]:

    #include <iostream>
    #include <string>
    using namespace std;
    const int MAXSIZE = 9;
    char* names[MAXSIZE] = { "a", "c", "d", "f", "i", "b", "e", "g", "h" };
    char* tmp;
    void start();...
  3. Thread: String Mess

    by sikander
    Replies
    9
    Views
    1,241

    I am using Macintosh, and i do not know how it...

    I am using Macintosh, and i do not know how it end up like that.
  4. Thread: String Mess

    by sikander
    Replies
    9
    Views
    1,241

    String Mess

    My Task:

    to develop and test a C program to sort the letters in a string of characters read from the keyboard into alphabetical order.

    program should:

    a) Prompt the user to input a string...
Results 1 to 4 of 4