I am attempting to make a simple game using C++ and OpenGL and I haven t been able to find any good tutorials on creating a simple tick or a timer system for a game i also would like to use an little external librarys as possible. Any help is appreciated. I am using Win32 and C::B IDE...MingW complier.
I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...