Search:

Type: Posts; User: makveli

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,305

    Is c++ enough to make a game?

    Is c++ enough to make a tetris style game using a graphics library? Or are there better ways to do it?
  2. Thread: clock

    by makveli
    Replies
    2
    Views
    1,047

    clock

    How do you make a clock that runs in dos(The clocks time the same as the computers time)?
  3. Thread: problem

    by makveli
    Replies
    3
    Views
    1,108

    dont worry i found my mistakes

    dont worry i found my mistakes
  4. Thread: problem

    by makveli
    Replies
    3
    Views
    1,108

    problem

    [code]
    #include<iostream>
    using namespace std;
    int main()
    {
    int e;
    cout<<"1.Addition"<<endl;
    cout<<"2.Subtraction"<<endl;
    cout<<"3.Multiplication"<<endl;
    cout<<"4.Long Addition"<<endl;
  5. Replies
    6
    Views
    1,483

    what would be the whole program code for that?

    what would be the whole program code for that?
  6. Replies
    6
    Views
    1,483

    opening a file in dos

    how do you make dos open a seperate file like ms paint for example
  7. Replies
    5
    Views
    1,503

    yeh i just got a bit coinfused i know what to do...

    yeh i just got a bit coinfused i know what to do now and thanx for the && idea on how to make variables equal each other
  8. Replies
    5
    Views
    1,503

    can someone put them in ive been pulling my hair...

    can someone put them in ive been pulling my hair out tryin to figure out where they go to no avail
  9. Replies
    5
    Views
    1,503

    parse error on my program

    #include<iostream>
    #include<ctime>
    using namespace std;
    int main()
    {
    cout<<"Welcome To Charlies Slot machine"<<endl;
    cout<<"press 1 to play 2 not to play"<<endl;
    int a;
    cin>>a;
    if (a==1)
  10. Replies
    29
    Views
    2,477

    thanx that code u posted is very random:D and it...

    thanx that code u posted is very random:D and it is simpler then the code the other guy posted wich returns the same number every time:p
  11. Replies
    29
    Views
    2,477

    :( its has alot of parse errors it dont work

    :( its has alot of parse errors it dont work
  12. Replies
    29
    Views
    2,477

    thanx but could anyone write a simple program...

    thanx but could anyone write a simple program using random numbers and show us please;)
  13. Replies
    29
    Views
    2,477

    lol i aint tryin to be offensive but his last...

    lol i aint tryin to be offensive but his last post sais somethin like "dont expect us to do all the work for you, not all of us have a compiler in front of us"
    and he was just tryin to get help:p
  14. Replies
    29
    Views
    2,477

    u dont have a compiler in front of u wat about...

    u dont have a compiler in front of u wat about behind you?
  15. Replies
    29
    Views
    2,477

    srand(Clock()); there is a problem there it...

    srand(Clock()); there is a problem there it sais "warning in function int"
    'clock undeclared'
    (each underclared
  16. Replies
    29
    Views
    2,477

    that code dosent compile

    that code dosent compile
  17. Replies
    25
    Views
    3,269

    wen people post corrected code thet should...

    wen people post corrected code thet should compile it to see if it works first:rolleyes:
  18. Replies
    29
    Views
    2,477

    random numbers

    #include<iostream>
    using namespace std;
    int main()
    {
    int a;
    a=random;
    cout<<a<<endl;
    return 0;
    }
  19. Thread: drawing lines

    by makveli
    Replies
    12
    Views
    3,187

    :confused: i dont understand i have something...

    :confused: i dont understand i have something called opengl on the dev-c++ and that displays graphics


    /**************************
    * Includes
    *
    **************************/

    #include...
  20. Thread: drawing lines

    by makveli
    Replies
    12
    Views
    3,187

    where is the top of the program #include ect......

    where is the top of the program
    #include ect...
    int main();
    where is that part of it
  21. Thread: Advice

    by makveli
    Replies
    18
    Views
    2,719

    ok i have a electronic book i downloaded on c++...

    ok i have a electronic book i downloaded on c++ but he dont explain he should make the code as simple as possible then slowly get harder he starts hard and gets easy
  22. Thread: Advice

    by makveli
    Replies
    18
    Views
    2,719

    my advice is use the net to learn rather then...

    my advice is use the net to learn rather then books
  23. Thread: Advice

    by makveli
    Replies
    18
    Views
    2,719

    england colledge is free here

    england colledge is free here
  24. Thread: Advice

    by makveli
    Replies
    18
    Views
    2,719

    i repeat code untill i know it this last week i...

    i repeat code untill i know it this last week i have been studying it all day actually typing the code urself and changing stuff to see how it works is the best way to learn
  25. Thread: Advice

    by makveli
    Replies
    18
    Views
    2,719

    where do u live?? college is free in england

    where do u live?? college is free in england
Results 1 to 25 of 43
Page 1 of 2 1 2