Search:

Type: Posts; User: Rennor

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Languages

    by Rennor
    Replies
    108
    Views
    21,336

    My native language is Finnish. English is the...

    My native language is Finnish. English is the only foreign language I handle well enough to use it in my everyday life.

    We are (we finnish people) supposed to know some swedish but that's not the...
  2. Thread: Screen Res'

    by Rennor
    Replies
    42
    Views
    7,917

    Poll: 1400x1050 on my laptop 1600x1200 on my desktop ...

    1400x1050 on my laptop
    1600x1200 on my desktop

    I was curious why this poll did not include any higher resolutions after 1280x :)
  3. Replies
    13
    Views
    12,561

    As a beginner I used to use x mostly and then y...

    As a beginner I used to use x mostly and then y and z. When starting to write some 2D gfx effects those quickly changed to i, j and k since x,y and z are for coordinates :)

    Then the mixture was...
  4. Thread: semantics

    by Rennor
    Replies
    4
    Views
    1,659

    http://en.wikipedia.org/wiki/Semantic Do I...

    http://en.wikipedia.org/wiki/Semantic

    Do I need to say more?
  5. Thread: Unfair world

    by Rennor
    Replies
    29
    Views
    6,086

    Duh, 13 years ago, while I was studying in local...

    Duh, 13 years ago, while I was studying in local vocational school we had this C/C++ course where most of my classmates knew more about how to cure cancer than what the hell is computer.

    Anyway,...
  6. Replies
    15
    Views
    2,507

    For 2D tile engine, check:...

    For 2D tile engine, check: http://hge.relishgames.com/index.html

    Haaf's engine is 2D graphics engine (for games). It's all you need if you want to make tile based 2D games. It includes hardware...
  7. Replies
    59
    Views
    13,367

    31. Started programming when my big brother...

    31. Started programming when my big brother bought C64. Mainly basic language. When I got my PC I started writing textbased roleplay game using gwbasic and quickly started learning C. All this...
  8. Replies
    86
    Views
    41,217

    Why you like programming?

    I never seen this question asked. People like different things and that makes us do things for work or hobby. Everything covered. This board is filled with people who have found that programming is...
  9. Replies
    6
    Views
    2,343

    fread() fwrite() :)

    fread()
    fwrite()

    :)
  10. Replies
    14
    Views
    2,953

    Borland has allways been superior when it comes...

    Borland has allways been superior when it comes to developing Microsoft Windows desktop applications. It's "more RAD" than MS tools have been. Ofcourse user experience will change this; the tool you...
  11. Replies
    18
    Views
    2,306

    Learning is allways easier when doing trough...

    Learning is allways easier when doing trough interesting and comfortable things. Interests are very unique to each individual and shouldnt be represented as "guides" to other people on where to focus...
  12. Replies
    19
    Views
    3,087

    You made me burst (in laughter) and spill coffee...

    You made me burst (in laughter) and spill coffee (luckily I am experienced coffee-keyboard user and no damage occured) all over. Luckily our secretary gave me clean t-shirt from our storage room so I...
  13. Replies
    36
    Views
    17,452

    Luckily that's what I do for food :) Having...

    Luckily that's what I do for food :) Having programming as career and hobby might sound silly, but afterall my work is software/applications for industry in fields from embedded systems to process...
  14. Replies
    13
    Views
    2,284

    :rolleyes::rolleyes: No wonder I love to read...

    :rolleyes::rolleyes: No wonder I love to read this forum ;)
  15. Replies
    3
    Views
    1,799

    Sorry I forgot to mention I run my tests using...

    Sorry I forgot to mention I run my tests using VC++ 6.0.

    Or should I feel silly by being unable to find htonl, htons, ntohl, ntohs with my compiler? :)
  16. Replies
    3
    Views
    1,799

    Swapping endiannes

    Hello you all familiar with big-ednian and small-endian. With Motorola processors I stumbled on this little fact that values are in different byte orders in Motorola and Intel systems. Woot.

    So, I...
  17. Replies
    36
    Views
    17,452

    Scary! Just a thought. If someone is getting into...

    Scary! Just a thought. If someone is getting into game programming then it is my belief that all these "engine mumble" and "hardware this and that accelerated bits and tricks" aint for any good.

    I...
  18. Seems like I was too hasty asking this question...

    Seems like I was too hasty asking this question since in attempt to do some extensive googling last night for possible answer to my burning question I stumbled on this:
    Torque Network Library

    It...
  19. Replies
    48
    Views
    5,236

    That would be all wrong since *xPtr while being...

    That would be all wrong since *xPtr while being uninitialized is pointing "nowhere" or "somewhere" :) And you try to assign it value which is reference of x.
  20. Replies
    48
    Views
    5,236

    I am thinking about your compilers warning level,...

    I am thinking about your compilers warning level, it should have warned you about using uninitialized variable.
  21. Opinion about game server implementation (sockets)

    (dunno if I should have posted this under communications forum)

    It's time to put all things together I've learned and found. Haaf's Game engine, sockets (server listening for client connections...
  22. Replies
    16
    Views
    10,833

    I have a trick for you. Allways return...

    I have a trick for you.

    Allways return something from any function you make. And Allways handle that return value. After you've done it, youre probably qualified to decide by your own when not to...
  23. Replies
    9
    Views
    1,060

    (use code tags) :) I dont understand exactly...

    (use code tags) :)

    I dont understand exactly what you are trying to do...

    But if you want to pass pointer as argument to your function, then let me explain:


    int getAlpha(int *alpha)
    {...
  24. Replies
    6
    Views
    2,495

    You could share piece of memory with all of your...

    You could share piece of memory with all of your forked child processes.

    Find more about "Shared Memory Functions" (shm.h) or about IPC facilities.

    You will be able to access same memory from...
  25. Replies
    6
    Views
    3,926

    Yeah, youre right. I received the book today...

    Yeah, youre right. I received the book today already.

    uC/OS-II has function OSTaskStkChk() function which provides me with this information.

    It's just that I need to dig deeper into whole...
Results 1 to 25 of 45
Page 1 of 2 1 2