Dark Bit Factory & Gravity
GENERAL => Challenges & Competitions => Topic started by: Raizor on November 21, 2011
-
Attached to this post is the source code for my Phenomena challenge entry (Here comes the Sun). It's written in C++ and the solution/project file is in Visual Studio 2008 format.
It's quite messy, but there might be something useful in there for someone.
Cheers,
Raizor
-
What that's pretty cool to release the source. K++ for you mate!
-
heyyyyy thank you! I take a look to it :updance:
-
What a kind gesture.
K+
-
I have to look at it too :)
:clap:
-
No worries, sorry it's so messy and lacks a lot of comments.
-
great going.
good study material.
K+++
-
No worries, sorry it's so messy and lacks a lot of comments.
It looks really neat and tidy from where I'm sitting!
-
No worries, sorry it's so messy and lacks a lot of comments.
It looks really neat and tidy from where I'm sitting!
Haha, you sure you didn't download something else by mistake? ;)
-
I'll have a look at it too. Thanks for sharing! :cheers:
-
I've tried to compile the stuff, but it gaves me :
"1>.\src\resources\framework64k.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'."
Hmmmmm... I didn't really practise C/C++ since 10-15 years. :-[
-
Hum okay after some search and patch got it compiling... (afxres.h can be replaced by windows.h and some define...)
Thanx raizor for this source code... will now begin re-learn c/c++ from this framework :D
-
Attached to this post is the source code for my Phenomena challenge entry (Here comes the Sun). It's written in C++ and the solution/project file is in Visual Studio 2008 format.
It's quite messy, but there might be something useful in there for someone.
Cheers,
Raizor
Thanks for this!
-
Attached to this post is the source code for my Phenomena challenge entry (Here comes the Sun). It's written in C++ and the solution/project file is in Visual Studio 2008 format.
It's quite messy, but there might be something useful in there for someone.
Cheers,
Raizor
Thanks for this!
You're welcome Edu, I hope it's useful. I'll gladly try and answer any questions you have.