hey y'all

Leave notes for other devs

Moderator: Karl G.

hey y'all

Postby Matt W. » Wed Sep 20, 2006 10:22 am

i dont know if anyone even still checks this...i stopped awhile ago because every time i think of born to rule it makes me sad that we didnt finish it, or get something out....like really sad

anyways...just wanted to see if y'all were still here. Lemme know
Matt W.
Tradesman
Tradesman
 
Posts: 19
Joined: Sat Mar 04, 2006 10:29 am
Location: in your sister's room

Postby Joe M. » Fri Sep 22, 2006 4:19 pm

I'm doing the school thing, but I promise I still exist.

e-mail is a better way to reach me:
joe.muller@gmail.com
or
joe_muller@baylor.edu
User avatar
Joe M.
Developer
Developer
 
Posts: 996
Joined: Sat Mar 04, 2006 10:14 am
Location: Texas

Postby Matt W. » Sun Sep 24, 2006 6:47 pm

ah...sweet...definately save those addresses.

At least two of us are alive
Matt W.
Tradesman
Tradesman
 
Posts: 19
Joined: Sat Mar 04, 2006 10:29 am
Location: in your sister's room

Postby Joe M. » Thu Oct 05, 2006 12:35 pm

I've been talking to Karl some, and I see John Kim around every so often.

I have no idea what happened to David. I'll look him up...
User avatar
Joe M.
Developer
Developer
 
Posts: 996
Joined: Sat Mar 04, 2006 10:14 am
Location: Texas

Postby Karl G. » Fri Oct 06, 2006 10:34 am

I'm still here...I don't know why these dates are all messed up. Is this still an active topic?

I'm considering starting a new project...During winter break!
User avatar
Karl G.
Lesser Spirit
 
Posts: 2453
Joined: Sat Mar 04, 2006 10:26 am

Postby Joe M. » Fri Oct 06, 2006 12:05 pm

this is a current thread.

I look forward to doing something useful this time around--my coding is getting a lot better.
User avatar
Joe M.
Developer
Developer
 
Posts: 996
Joined: Sat Mar 04, 2006 10:14 am
Location: Texas

Postby Karl G. » Sun Oct 08, 2006 2:11 pm

Yay! That's good. I should write up something on my current idea for a game...

How are you with data files, Joe? That's something pretty easy & relavent...

:D

For example of what I mean by data files, I mean writing map files and reading data from them. For example, if the problem were "store a tile based map with 16 possible tiles at each x,y coordinate in arbitrary dimensions", could you design the file/pseudocode? (the implementation is trivial)
User avatar
Karl G.
Lesser Spirit
 
Posts: 2453
Joined: Sat Mar 04, 2006 10:26 am

Postby Joe M. » Sat Oct 14, 2006 5:24 am

yeah, I can do that.

we've been using fstream for the class, but show me a better way to write/retrieve files, and I'm good.
User avatar
Joe M.
Developer
Developer
 
Posts: 996
Joined: Sat Mar 04, 2006 10:14 am
Location: Texas

Postby Karl G. » Sat Oct 14, 2006 4:42 pm

There are two better ways; one from the standard C library and one from the Win-32 library. The standard C one is fine:

#include <stdio>

FILE* pFile = fopen( ... )
fwrite( ... )
fread( ... )
fclose( pFile )
User avatar
Karl G.
Lesser Spirit
 
Posts: 2453
Joined: Sat Mar 04, 2006 10:26 am


Return to Dev Chat (private)



Who is online

Users browsing this forum: No registered users and 1 guest