Title: Your current C++ projects
Xception - July 4, 2003 09:09 PM (GMT)
Are you working on a project using C++ or are you "only" learning. I think working on a project while learning is more efficient than only reading books or tutorials.
What is this project about if you are workin on one?
I for myself aren't working on a C++ project at the moment. No time. But when I have time I try to make a game using Allegro. Maybe we could even join forces at a game project?
ih8censorship - July 4, 2003 09:23 PM (GMT)
well im still learning but i get tired of semi-usless programs (ones that show how to do thinks, usefull in learning but no one else wants to see them)that they make in teaching books so heres some of the things im working on:
1. a program for figureing out a country abreviation like tk nu ru nl stuff like that this one is in console mode now but i plan to turn it into a full win32 program sometime-- which would be my first win32 program more details about it in works in progress
2. a console slot machine type game having a bit of trouble with it but im still learning
other than that i have somet things in my head but no real code work done yet ;)
Dragon - July 4, 2003 09:39 PM (GMT)
I'm making a combo GM and C++ password and ID protection system. I'm also still learning (mostly win32 programming).
Xception, are you still learning, or do you know everything there is to know about C/C++? :unsure: Just kidding.
Shadow of the Moon - July 4, 2003 10:37 PM (GMT)
I'm working on some classes for 2D games. Sorta trying to make my future projects as easy as GM.
x-Kyo - July 5, 2003 01:42 AM (GMT)
And i'm thinking of making a customer software as i'm only a beginer.
ih8censorship - July 5, 2003 03:33 AM (GMT)
x-Kyo - July 5, 2003 10:44 AM (GMT)
thats something use in a shop to calculate the amount of money,total sale and so on.
dr voodoo - July 5, 2003 02:35 PM (GMT)
I'm currently not having a project. I have finished my Unit converter (see Creation forum) and now I'm tring to understand how the GDI works. More or less I understand it but double buffering is still giving me trouble. When I'll understand it I'll try to make a soiltaire or Freecell remake.
I know how to strore the informations (card positions etc.) in memory and how to change them (I already used the principe in 1 of my GM games :P ). The only thing that is giving me trouble is the drawing of and on bitmaps.