.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Offtopic (http://forums.bots-united.com/forumdisplay.php?f=23)
-   -   Scene from the childhood of a bot coder... (http://forums.bots-united.com/showthread.php?t=1858)

>BKA< T Wrecks 03-06-2004 21:29

Scene from the childhood of a bot coder...
 
http://www.unf-unf.de/show.php?did=402

Hey Pierre, Stefan and all the others... do you recognize yourselves? :P

@$3.1415rin 03-06-2004 21:50

Re: Scene from the childhood of a bot coder...
 
lol, no, it wasnt that bad ...

but I usually skipped stupid coin throwing in statistics by coding something :D

stefanhendriks 03-06-2004 21:59

Re: Scene from the childhood of a bot coder...
 
lol , you know what. I did that last year , i just wrote that on the black board and when the teacher came in he was like "wtf?" hehe! :D

@$3.1415rin 03-06-2004 22:06

Re: Scene from the childhood of a bot coder...
 
1 Attachment(s)
well, still doing stuff like this at university for the exercises ... guess what's that file attached :D

( sry for removing tabs, otherwise it would've been too big )

stefanhendriks 03-06-2004 22:17

Re: Scene from the childhood of a bot coder...
 
cant compile :(

MusicMan 03-06-2004 23:19

Re: Scene from the childhood of a bot coder...
 
I need the header file HPtime.h to compile:( could you attach it?:)

>BKA< T Wrecks 04-06-2004 00:10

Re: Scene from the childhood of a bot coder...
 
/shakes head in disbelief...

You know what - you guys are the best! What did I do? Open a fun thread. What did you turn it into? A coding thread! I suppose you're beyond the point of no return... once coder, always coder. :D
Aah yes, when reality exceeds irony... 9_9

Pierre-Marie Baty 04-06-2004 01:55

Re: Scene from the childhood of a bot coder...
 
ROFLMAO @ T Wrecks, that pic is some funny shit :D
I gotta make a sig out of it :D

I would never have thought of it... ahhhh, childhood... when our teacher was trying to get us to type some BASIC on the classroom's Amstrad CPC6128 :D
I preferred way more sneaking with mates into the classroom between noon and 14, open his desk and "borrow" one of his diskettes... Grand Prix 500cc... while our teacher was eating, we were racing on his puter until the afternoon :D

@$3.1415rin 04-06-2004 18:34

Re: Scene from the childhood of a bot coder...
 
you can get the HPTime.cpp/.h here : http://forums.bots-united.org/showthread.php?t=426

maybe I should start a page on my private hp for all this little shit :)

stefanhendriks 04-06-2004 18:58

Re: Scene from the childhood of a bot coder...
 
i think msvc just hates your program?

Quote:

--------------------Configuration: moebius - Win32 Debug--------------------
Compiling...
moebius.cpp
d:\moebius.cpp(28) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
d:\moebius.cpp(29) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
d:\moebius.cpp(110) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
d:\moebius.cpp(111) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
d:\moebius.cpp(112) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
d:\moebius.cpp(115) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
d:\moebius.cpp(116) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
d:\moebius.cpp(117) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
d:\moebius.cpp(118) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
d:\moebius.cpp(222) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
d:\moebius.cpp(223) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
d:\moebius.cpp(224) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
d:\moebius.cpp(226) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
d:\moebius.cpp(227) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
d:\moebius.cpp(228) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
d:\moebius.cpp(271) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
d:\moebius.cpp(272) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
Linking...
moebius.obj : error LNK2001: unresolved external symbol _gluPerspective@32
moebius.obj : error LNK2001: unresolved external symbol __imp__glLoadIdentity@0
moebius.obj : error LNK2001: unresolved external symbol __imp__glMatrixMode@4
moebius.obj : error LNK2001: unresolved external symbol __imp__glViewport@16
moebius.obj : error LNK2001: unresolved external symbol __imp__glCullFace@4
moebius.obj : error LNK2001: unresolved external symbol __imp__glLightfv@12
moebius.obj : error LNK2001: unresolved external symbol __imp__glHint@8
moebius.obj : error LNK2001: unresolved external symbol __imp__glDepthFunc@4
moebius.obj : error LNK2001: unresolved external symbol __imp__glEnable@4
moebius.obj : error LNK2001: unresolved external symbol __imp__glClearDepth@8
moebius.obj : error LNK2001: unresolved external symbol __imp__glClearColor@16
moebius.obj : error LNK2001: unresolved external symbol __imp__glShadeModel@4
moebius.obj : error LNK2001: unresolved external symbol "public: void __thiscall CTime::markTick(void)" (?markTick@CTime@@QAEXXZ)
moebius.obj : error LNK2001: unresolved external symbol "class CTime g_HPTime" (?g_HPTime@@3VCTime@@A)
moebius.obj : error LNK2001: unresolved external symbol __imp__glColor3fv@4
moebius.obj : error LNK2001: unresolved external symbol "public: double __thiscall CTime::getTime_d(void)" (?getTime_d@CTime@@QAENXZ)
moebius.obj : error LNK2001: unresolved external symbol __imp__glColor3f@12
moebius.obj : error LNK2001: unresolved external symbol __imp__glDisable@4
moebius.obj : error LNK2001: unresolved external symbol __imp__glCallList@4
moebius.obj : error LNK2001: unresolved external symbol __imp__glVertex3f@12
moebius.obj : error LNK2001: unresolved external symbol __imp__glEndList@0
moebius.obj : error LNK2001: unresolved external symbol __imp__glNormal3f@12
moebius.obj : error LNK2001: unresolved external symbol __imp__glEnd@0
moebius.obj : error LNK2001: unresolved external symbol __imp__glVertex3fv@4
moebius.obj : error LNK2001: unresolved external symbol __imp__glNormal3fv@4
moebius.obj : error LNK2001: unresolved external symbol __imp__glBegin@4
moebius.obj : error LNK2001: unresolved external symbol __imp__glNewList@8
moebius.obj : error LNK2001: unresolved external symbol __imp__glGenLists@4
moebius.obj : error LNK2001: unresolved external symbol __imp__glRotatef@16
moebius.obj : error LNK2001: unresolved external symbol __imp__glTranslatef@12
moebius.obj : error LNK2001: unresolved external symbol __imp__glClear@4
moebius.obj : error LNK2001: unresolved external symbol "public: double __thiscall CTime::getElapsed_d(void)" (?getElapsed_d@CTime@@QAENXZ)
moebius.obj : error LNK2001: unresolved external symbol __imp__wglDeleteContext@4
moebius.obj : error LNK2001: unresolved external symbol __imp__wglMakeCurrent@8
moebius.obj : error LNK2001: unresolved external symbol __imp__wglCreateContext@4
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/moebius.exe : fatal error LNK1120: 36 unresolved externals


All times are GMT +2. The time now is 01:37.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.