![]() |
| | #1 |
| Supermassive black hole Join Date: Jul 2005 Location: South Wales, UK
Posts: 1,709
| Lack O' Inspiration Guys, I need your help / advice. Lately, I'm totally uninspired when it comes to programming, and I haven't had a problem I can solve recently either. I just can't think of anything to do. I guess I could start learning more about the STL, but I also really just want something to do that I havn't done before. Any help / advice / comforting / slaps etc welcome as always ![]() LOL look what I just found - the video near the top of the page: http://www.codeguru.com/Cpp/W-P/win3...cle.php/c1443/
__________________ Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife. - Mike McShaffry Last edited by ahluka; 07-15-2005 at 08:02 AM. |
| ahluka is offline | |
| | #2 |
| Registered User Join Date: May 2003
Posts: 2,787
| it happens to all of us... until you get a job... then you have stuff to do, you just won't want to do it
__________________ Join is in our Unofficial Cprog IRC channel Server: irc.phoenixradio.org Channel: #Tech Team Cprog Folding@Home: Team #43476 Download it Here Detailed Stats Here More Detailed Stats 52 Members so far, are YOU a member? Current team score: 1223226 (ranked 374 of 45152) The CBoard team is doing better than 99.16% of the other teams Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374) Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT |
| major_small is offline | |
| | #3 |
| Supermassive black hole Join Date: Jul 2005 Location: South Wales, UK
Posts: 1,709
| Lol, well jobs around here a pretty scarce which is a pain Anyway, I havn't got the qualifications to do what i'd like to do...
__________________ Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife. - Mike McShaffry |
| ahluka is offline | |
| | #4 |
| Mayor of Awesometown Join Date: Aug 2001 Location: MI
Posts: 8,826
| Why don't you give another language a shot for a little while? It'll be a new experience, it'll expand your knowledge base, and maybe inspire you to do come more C++ stuff |
| Govtcheez is offline | |
| | #5 |
| Supermassive black hole Join Date: Jul 2005 Location: South Wales, UK
Posts: 1,709
| That's an idea - any suggestions? I've been around different languages for a while so there's a chance there won't be many other ones, but I guess there is. I could look into Ada if there was a decent compiler for Win32. Actually, I've got linux somewhere so I might install that.
__________________ Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife. - Mike McShaffry |
| ahluka is offline | |
| | #6 |
| Deleting... Join Date: Oct 2004 Location: VA
Posts: 94
| Why don't you do something few people are able to do well, learn a library like directx or opengl, and use them to not make games, but in more purposeful ways, such as physics or mapping the future based on facts from today. (ie weather, stars, etc)
__________________ Boy you stink, go take a shower before you continue to code. Better do your laundry and spray your chair too. The one and only resource for finding information. Next version of windows released!!!! |
| VOX is offline | |
| | #7 |
| Mayor of Awesometown Join Date: Aug 2001 Location: MI
Posts: 8,826
| While you're busy breaking the other laws of physics how about you create a way to power my car on a car of diet coke, too! |
| Govtcheez is offline | |
| | #8 |
| Supermassive black hole Join Date: Jul 2005 Location: South Wales, UK
Posts: 1,709
| That's a good idea. I'll look into it i've always been curious about directx / opengl. I had a little 'episode' where I was interested in writing games.
__________________ Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife. - Mike McShaffry |
| ahluka is offline | |
| | #9 | |
| Supermassive black hole Join Date: Jul 2005 Location: South Wales, UK
Posts: 1,709
| Quote:
.I think it would be more productive to have cars running on human waste. The govornment would think so...
__________________ Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife. - Mike McShaffry | |
| ahluka is offline | |
| | #10 | |
| 5|-|1+|-|34|) Join Date: Aug 2001
Posts: 4,429
| Quote:
| |
| ober is offline | |
| | #11 |
| Supermassive black hole Join Date: Jul 2005 Location: South Wales, UK
Posts: 1,709
| Grr. Damn the lack of good opengl tutorials.
__________________ Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife. - Mike McShaffry |
| ahluka is offline | |
| | #12 |
| Supermassive black hole Join Date: Jul 2005 Location: South Wales, UK
Posts: 1,709
| Ok, now this is annoying beyond belief. I just sat down and have found an opengl tutorial. I need to include the following headers: gl\gl.h and gl\glu.h Here's my code so far: Code: #include <gl\gl.h>
#include <gl\glu.h>
int WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
{
return 0;
}
Code: --------------------Configuration: gl - Win32 Debug-------------------- Compiling... main.cpp c:\program files\microsoft visual studio\vc98\include\gl\gl.h(1152) : error C2144: syntax error : missing ';' before type 'void' c:\program files\microsoft visual studio\vc98\include\gl\gl.h(1152) : error C2501: 'WINGDIAPI' : missing storage-class or type specifiers c:\program files\microsoft visual studio\vc98\include\gl\gl.h(1152) : fatal error C1004: unexpected end of file found Error executing cl.exe. gl.exe - 3 error(s), 0 warning(s)
__________________ Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife. - Mike McShaffry |
| ahluka is offline | |
| | #13 | |
| Crazy Fool Join Date: Jan 2003 Location: Canada
Posts: 2,596
| Quote:
![]() oh, and if you want to play with a new language, use PYTHON!!! its the most programmer friendly language ive ever used. Very enjoyable.
__________________ jeff.bagu.org - Terrain rendering and other random stuff | |
| Perspective is offline | |
| | #14 | |
| Supermassive black hole Join Date: Jul 2005 Location: South Wales, UK
Posts: 1,709
| Quote:
I do remember enjoying Python, I havn't really used it recently maybe I should look it back up.
__________________ Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife. - Mike McShaffry | |
| ahluka is offline | |
| | #15 |
| &TH of undefined behavior Join Date: Aug 2001
Posts: 5,219
| #include <windows.h>
__________________ "If A is success in life, then A equals x plus y plus z. Work is x; y is play; and z is keeping your mouth shut." Albert Einstein (1879 - 1955) Board Rules |
| Fordy is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Lost Inspiration | bumfluff | C++ Programming | 11 | 11-15-2006 08:32 PM |
| where do u get ur inspiration for ur appilcation? | poopy_pants2 | Windows Programming | 5 | 04-05-2003 10:08 PM |
| Inspiration... | Elor | C++ Programming | 6 | 01-22-2003 03:05 PM |
| The lack of effort and it's ramifications | Unregistered | C++ Programming | 4 | 05-10-2002 02:57 PM |