Search:

Type: Posts; User: Kokain

Search: Search took 0.01 seconds.

  1. Thread: break == bad

    by Kokain
    Replies
    6
    Views
    1,624

    to get out of loops, pal.

    to get out of loops, pal.
  2. Replies
    2
    Views
    1,809

    You are a lovely reptile. Thanks !

    You are a lovely reptile. Thanks !
  3. Replies
    2
    Views
    1,809

    Do you have any links for C# FREE ebooks ?

    I have no money to buy expensive (at least, to me) printed books, therefore the sources I learn from are free ebooks (i.e Thinking in Java - Bruce Eckel, Microsoft Press ebooks... et cetera).
    ...
  4. Replies
    1
    Views
    1,471

    you're having troubles with extraction/insertion...

    you're having troubles with extraction/insertion direction. Recheck you cout statements. your if/else statement seems to be ok, so what's the prob. ?
  5. Replies
    5
    Views
    1,006

    Poor you all !

    I'm in Asia. I have my own MS Studio Enterprise Edition with only 0.7$, MSDN April 2001 with 3x0.7$ and I'm waiting for MS Studio .NET...

    I have almost things with only 0.7$ per CDROM.

    That's...
  6. Replies
    3
    Views
    25,608

    Standard C++

    That's required in standard C++.

    Pre-standard C++ your codes :

    #include <iostream.h>

    int main()
    {
    cout<<"Samples";
  7. Replies
    1
    Views
    1,133

    Problems with "char*"... Please help

    I have some troubles with char * (pointer to char)...

    #1. Is the declaration

    // codes
    char* psz = "SAMPLE 1";
    // end of codes

    is equivalent to
  8. Replies
    3
    Views
    4,396

    Hi, there !

    my English is very bad, therefore I may misunderstand what you mentioned. But let me try...

    // #1

    int N;
    char* arrOfString[20]; // 20 for example

    cout<<"enter number of your string...
  9. Replies
    3
    Views
    4,396

    Hi, there !

    my English is very bad, therefore I may misunderstand what you mentioned. But let me try...

    // #1

    int N;
    char* arrOfString[20]; // 20 for example

    cout<<"enter number of your string...
Results 1 to 9 of 9