Search:

Type: Posts; User: cit

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,327

    We made it.... :D :D Got a little help from our...

    We made it.... :D :D
    Got a little help from our teacher....

    Here is the code:

    #include "..\ownh.h"
    #include "..\stdio.h"

    #define MAXCHAR 10
  2. Replies
    4
    Views
    2,327

    We programm in Windows 98, A windows Compiler...

    We programm in Windows 98, A windows Compiler (version 12.0)
    linker version 6.0.

    We use a "homemade programm" to link in Dos..
    (Our teacher at school designed it..)
    He also made the pause ()...
  3. Replies
    4
    Views
    2,327

    string array reversing...

    We allready posted a topic for turning around an String.
    But we are no experts, so we don't really understande the code that was posted....

    We need a EASY programm for converting a string:
    from...
  4. Thread: rotate string

    by cit
    Replies
    10
    Views
    2,256

    Well, thanks for the help, We will try it...

    Well, thanks for the help,
    We will try it tomorrow in school...
    We just started programming in C one week ago...

    When we have new problems we'll post them :-)

    -----
    Workgroup CIT Aventus
  5. Thread: rotate string

    by cit
    Replies
    10
    Views
    2,256

    How do I have to use the strrev option???????

    How do I have to use the strrev option???????
  6. Thread: rotate string

    by cit
    Replies
    10
    Views
    2,256

    We try to Convert a string: From ABCD --> DCBA ...

    We try to Convert a string:
    From ABCD --> DCBA

    We allready tried this:

    #include "..\ownh.h"
    #include "..\stdio.h"

    int main (void)
    {
  7. Thread: rotate string

    by cit
    Replies
    10
    Views
    2,256

    rotate string

    We want to read a string (max 20 characters) and display it turned around.
    So ABCD becomes DCBA!
    This should not be difficult, but we tried several things in C, but all didn't work....!!

    Please...
Results 1 to 7 of 7