Search:

Type: Posts; User: Elor

Search: Search took 0.01 seconds.

  1. Thread: Thank-You

    by Elor
    Replies
    5
    Views
    1,732

    piff... they dont teach anything about computers...

    piff... they dont teach anything about computers at my school :/ have to learn everything on my own.
  2. Thread: Random number...

    by Elor
    Replies
    5
    Views
    1,077

    #include #include ...

    #include <iostream.h>
    #include <stdlib.h>
    #include <time.h>

    int main()

    {

    int i;
  3. Thread: Random number...

    by Elor
    Replies
    5
    Views
    1,077

    Even if i insert that line it doesnt return a...

    Even if i insert that line it doesnt return a random number :/ always returns zero.
  4. Thread: Random number...

    by Elor
    Replies
    5
    Views
    1,077

    Random number...

    11 C:\Dev-Cpp\Untitled1.cpp
    [Warning] assignment to `int' from `double'

    <code>
    #include <iostream.h>
    #include <stdlib.h>
    #include <time.h>

    int main()
  5. Thread: Inspiration...

    by Elor
    Replies
    6
    Views
    1,249

    adrianxw: That was a really good inspiration!!! I...

    adrianxw: That was a really good inspiration!!! I hate working in fish processing plants!
  6. Thread: Inspiration...

    by Elor
    Replies
    6
    Views
    1,249

    Inspiration...

    I probaly sounds weird but can you give me any inspiration to keep on learning c++ ?
  7. Thread: Structures...

    by Elor
    Replies
    6
    Views
    1,368

    Structures...

    Can anyone explain structures for me? I cant quite understand the tutorial to satisfy my needs....
  8. Thread: Help with code?

    by Elor
    Replies
    3
    Views
    903

    Finally i got it to work... i dont quite remember...

    Finally i got it to work... i dont quite remember the error but at least i got it fixed. I am such a newbie!

    #include <iostream.h>
    #include <string.h>


    int main()

    {
    char name[20];
  9. Thread: Help with code?

    by Elor
    Replies
    3
    Views
    903

    Help with code?

    Hi, i am a total newbie and could you tell me whats wrong with this code?

    #include <iostream.h>
    #include <string.h>


    int main()

    {
    char name[20];
Results 1 to 9 of 9