Search:

Type: Posts; User: polonyman

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Thread: kill me

    by polonyman
    Replies
    12
    Views
    1,512

    thankz, that free book saved me!

    thankz, that free book saved me!
  2. Thread: kill me

    by polonyman
    Replies
    12
    Views
    1,512

    hey da brain wats takin u so long, i gotta get...

    hey da brain wats takin u so long, i gotta get off in a min
  3. Thread: kill me

    by polonyman
    Replies
    12
    Views
    1,512

    yea, chuk that implementation prog my way

    yea, chuk that implementation prog my way
  4. Replies
    3
    Views
    1,431

    How to start game programming?

    I am learning C++ and want to expand my horizons. What's a good site that explains what I need and tutorials that are understandable and that cover anything. Give me any links.
  5. Thread: void?

    by polonyman
    Replies
    22
    Views
    2,285

    it is wen crappy tutorials dont explain , i still...

    it is wen crappy tutorials dont explain , i still dont get it but i aint askin no more, but dont make me come over there biatch(kiddin)
  6. Thread: kill me

    by polonyman
    Replies
    12
    Views
    1,512

    kill me

    m gona kill myself if i dont find a tutorial that actually explains itself. well ill get to the point. this code...

    class Dog {
    public:
    void setAge(int age);
    int getAge();
    void...
  7. Thread: void?

    by polonyman
    Replies
    22
    Views
    2,285

    thankyou, was that so hard?

    thankyou, was that so hard?
  8. Thread: plain pong

    by polonyman
    Replies
    16
    Views
    4,089

    i tried to download it but da link u gave me...

    i tried to download it but da link u gave me didn't work
  9. Thread: void?

    by polonyman
    Replies
    22
    Views
    2,285

    just explain wat u mean by returning a value

    just explain wat u mean by returning a value
  10. Thread: void?

    by polonyman
    Replies
    22
    Views
    2,285

    u guys a really confusing sumtimes

    u guys a really confusing sumtimes
  11. Thread: void?

    by polonyman
    Replies
    22
    Views
    2,285

    i know, im a dumbass! but plz explain better

    i know, im a dumbass! but plz explain better
  12. Thread: void?

    by polonyman
    Replies
    22
    Views
    2,285

    so wat r u sayin, i can set sumthin but i cant...

    so wat r u sayin, i can set sumthin but i cant output it on da screen?
  13. Thread: void?

    by polonyman
    Replies
    22
    Views
    2,285

    void?

    i was reading a tutorial and it was about classes. They declare sum things, well ill paste it

    class Dog {
    public:
    void setAge(int age);
    int getAge();
    void setWeight(int weight);
    ...
  14. Replies
    11
    Views
    1,869

    dunno

    i reckon u could do it, but its prety difficult to write a prog that can read a map, u would have to premark all the routes urself. Im not sayin it cant be done, but it would be difficult and c++...
  15. Thread: pointers?

    by polonyman
    Replies
    10
    Views
    1,146

    pointers?

    im starting to understand how pointers work but i dont understand the point. intead of using the address of a variable in an application like uni might be a pointer to the location of dog. so if you...
  16. Thread: plz explain

    by polonyman
    Replies
    1
    Views
    1,462

    plz explain

    can sum1 explain exactly how this program calculates the number of bits required to store a number(i got it off a tutorial and its aint explainin)


    #include <iostream>
    using namespace std;
    ...
  17. Replies
    32
    Views
    4,449

    wat complier

    wat complier r u using, i use Dev-C++
  18. Replies
    32
    Views
    4,449

    in response to swoopys, it doesn't show dog...

    in response to swoopys, it doesn't show dog destructor called at bottom
  19. Replies
    2
    Views
    999

    hres the square #include using...

    hres the square


    #include <iostream>
    using namespace std;

    int main()
    {
    int square[100];
    int i;
  20. Replies
    2
    Views
    999

    cool but simple

    i just learnt about arrays and am good at maths so i wrote two simple progs that calculate squares and the fibonacci numbers here they are


    #include <iostream>
    using namespace std;
    int main()...
  21. Replies
    32
    Views
    4,449

    but it doesn't output dog destructor called once

    but it doesn't output dog destructor called once
  22. Replies
    32
    Views
    4,449

    stupid compiler

    look at this code


    #include <iostream>
    using namespace std;

    class Dog {
    private:
    int age;
    int weight;
  23. Thread: Prog Prob

    by polonyman
    Replies
    10
    Views
    1,835

    cool

    u guys are hell smart
  24. Replies
    11
    Views
    1,200

    thankz

    thankz so much , i never realised that before
  25. Replies
    1
    Views
    919

    c++ (Windows XP?)

    I've never really come across this before but the thought just poped into my head. We all know that windows XP doesn't have a dos mode other than its command, cmd dos programs that cant run normal...
Results 1 to 25 of 51
Page 1 of 3 1 2 3