Search:

Type: Posts; User: loki_cmr

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,401

    to tell the truth im not a total noob. i took a...

    to tell the truth im not a total noob. i took a c++ class a year ago and got the hang of it really well. i fully understand everything up untill about functions i get kinda iffy there, but if i were...
  2. Replies
    9
    Views
    1,401

    thanks for the humorous reply and not getting...

    thanks for the humorous reply and not getting ........ed at me newbity. thanks alot.
  3. Replies
    9
    Views
    1,401

    serioiusly how long do you think it would take,...

    serioiusly how long do you think it would take, and where should i got to learn.

    the tutorials on this webpage seem kinda breif.

    plz help.
  4. Replies
    9
    Views
    1,401

    How Long and How Much?

    how long will it take a total noobie like me to learn c++ off the net and be able to program a game with graphics like, ragnarok online?

    Also one last thing is programing a game with online...
  5. Thread: Pointer

    by loki_cmr
    Replies
    7
    Views
    1,035

    ok i got one more question about pointers

    ok so i kinda still dont understand pointers, but i am going to show u why i dont get it. in the tutorial they give you this code:



    #include <iostream.h>
    int main()
    {
    int x; ...
  6. Thread: Pointer

    by loki_cmr
    Replies
    7
    Views
    1,035

    the replies

    thanks for the replies, i didnt fully understand tehm becuase i only have four month of crap prgramming knowledge. i will try to get the most out of ur posts tho.
  7. Thread: Pointer

    by loki_cmr
    Replies
    7
    Views
    1,035

    Pointer

    i need a pointer on pointers (pun intended). can someone explain to me how to use them and what there purpose is becuase i have read the tutorial about pointers and dont exactly understand why they...
  8. Replies
    15
    Views
    2,270

    thanks alot, ive been reading the tutorial on the...

    thanks alot, ive been reading the tutorial on the cprogramming website.

    if anyone has anymore suggestions, they are welcome.:D
  9. Replies
    15
    Views
    2,270

    Look Here Please

    I would like someone to nudge me into the right direction, so that i can make a game. i have taken a cpp class before and got up to the point of how to use and make functions altho i didnt get it...
  10. Replies
    5
    Views
    1,695

    Ca Ca Ca Ca Code

    i need someone to help me find a compiler that can compile the kind of code like clrscr(); and getch(); and uses the kind of other functions like borland turbo c++. i would really perfer it to be...
  11. Thread: draw

    by loki_cmr
    Replies
    7
    Views
    1,641

    ok im pretty sure i got open GL already and i...

    ok im pretty sure i got open GL already and i think the header files are <GL.h> if not please correct them. also now i all i would like to know is how to draw a pixel in a window and if you can do...
  12. Thread: draw

    by loki_cmr
    Replies
    7
    Views
    1,641

    alright i downloaded the opengl thing now i would...

    alright i downloaded the opengl thing now i would like to know how to where to put the stuff and also how to make a command line that tells the compiler that draw a pixel. please help:(
  13. Thread: draw

    by loki_cmr
    Replies
    7
    Views
    1,641

    im usings windows Me and im using dev c++ and for...

    im usings windows Me and im using dev c++ and for graphics library i dont really have one and it would be cool if you recommend one. i hope that helps!!!!!:)
  14. Thread: draw

    by loki_cmr
    Replies
    7
    Views
    1,641

    draw

    can some explain hot to draw pixels and tell me what header file to use. it would be real cool if they used code also.
    thanks in advance:p
  15. Thread: Allegro

    by loki_cmr
    Replies
    2
    Views
    822

    Allegro

    i have never used allegro and am still kinda not sure what it is. if anyone could help me with how to use this or explain it.

    thanks.
  16. Replies
    7
    Views
    1,334

    yea i think so if you mean a loop like do while...

    yea i think so if you mean a loop like do while and otherrrs like that. and i thik i will usse allegro but ive never even heard of it so im gonna need alot of help. i think im gonna make another post...
  17. Replies
    7
    Views
    1,334

    need some help from the masters!

    hey i need to make a game for school (c++) im using devc++ im thinking about making a game that will have you shooting at a huge mob this is 2d and no one rotates they only go up down side to side. i...
  18. Replies
    3
    Views
    938

    Question Time!!

    hey im about to buy a c++ compiler and a c++ book for leaarning and refrence. can anyone reccomend some for me!

    i would appreciate help! ;)
  19. Replies
    8
    Views
    5,184

    why doesnt it randomize?

    hey im using dev c++ and turbo c++ at school and i made a program at school and tried to use it at home and it didnt work the error said that the random function didnt work. so i need help. by the...
  20. Replies
    6
    Views
    2,613

    dood, my school is using turbo c++ from...

    dood,
    my school is using turbo c++ from borland. the way we could solve this is if u send me a code tag showing me how to use randomize in devc++

    :) thanks
  21. Replies
    6
    Views
    2,613

    i used these ones im pretty sure they are right...

    i used these ones im pretty sure they are right
    #include<iostream.h>
    #include<stdlib.h>
    #include<conio.h>
    #include<fstream.h>
    by the way im just wondering if u have used dev before, im not tring...
  22. Replies
    6
    Views
    2,613

    Dev-C++ Problems

    hey im using c++ in my school and i made a program there and it works fine there, but now that i try to use it at home it doesnt work. i'm positive its because im using dev-c++. the problem happens...
  23. Thread: randomize

    by loki_cmr
    Replies
    3
    Views
    1,164

    hey, i need help with the random program so im...

    hey,
    i need help with the random program so im gonna simplify my question. i just want to know what is the random include file and how do u call it?
    could u at least answer that.
    thanks!
  24. Thread: randomize

    by loki_cmr
    Replies
    3
    Views
    1,164

    randomize

    hello
    i need help. i have a program due tomorrow that needs to have the function random in it and i would like to have some one give me some ideas it would be real nice if it was a program that has...
  25. Replies
    6
    Views
    993

    if ur using something like dev c++ its gonna be...

    if ur using something like dev c++ its gonna be different something like this:

    system("CLSCRN");

    thats as close as i can nail it down.
Results 1 to 25 of 29
Page 1 of 2 1 2