Forum: C++
Jan 6th, 2008, 12:13 PM
|
|
Replies: 1
Views: 91
GTKmm
Anyone have a guide on compiling GTKmm on Windows without using mingw32 or cygwin. I spent too much money on Visual Studio to just toss away cause I can't find a guide on how to compile GTKmm unless...
|
Forum: C++
Jan 4th, 2008, 12:06 PM
|
|
Replies: 7
Views: 234
|
Forum: JavaScript and Client-Side Browser Scripting
Jan 4th, 2008, 12:05 PM
|
|
Replies: 2
Views: 227
|
Forum: Coder's Corner Lounge
Jan 2nd, 2008, 11:28 AM
|
|
Replies: 28
Views: 608
|
Forum: C++
Dec 31st, 2007, 4:30 PM
|
|
Replies: 22
Views: 846
Re: Learning curve for C++ ?
Theres really not any decent gaming libraries for managed languages. Like XNA. Its nothing like what it is for C++. Managed DirectX was, but stupid Microsoft wanted to do XNA instead which sucks(not...
|
Forum: HTML / XHTML / CSS
Dec 28th, 2007, 7:21 PM
|
|
Replies: 24
Views: 1,229
Re: Optional Closing Tags in HTML
If you used Safari on windows since its now available. Its 100% compliance. IF you get it perfect on this browser it will work on others or so it pretty much should. Since IE8 is a year or so away....
|
Forum: C++
Dec 28th, 2007, 3:46 PM
|
|
Replies: 10
Views: 447
Re: Any free C++, C# compiler?
I recommand using Visual C# 2008 express, the latest version wth the latest .NET frame library. only get SharpDevelop if and only if you plan on using Mono.
Don't use DevC++ it is complete and utter...
|
Forum: Other Programming Languages
Dec 28th, 2007, 12:23 AM
|
|
Replies: 5
Views: 321
Re: Read a bit on the hard drive
I know this isn't what you preferred. But I have one for floppy, maybe you can figure it out for hdd.
http://www.codeguru.com/cpp/cpp/cpp_mfc/files/article.php/c13809/
|
Forum: HTML / XHTML / CSS
Dec 27th, 2007, 5:16 PM
|
|
Replies: 16
Views: 847
|
Forum: HTML / XHTML / CSS
Dec 26th, 2007, 11:07 PM
|
|
Replies: 16
Views: 847
|
Forum: HTML / XHTML / CSS
Dec 26th, 2007, 11:05 PM
|
|
Replies: 24
Views: 1,229
|
Forum: HTML / XHTML / CSS
Dec 26th, 2007, 5:55 PM
|
|
Replies: 24
Views: 1,229
Re: Optional Closing Tags in HTML
Well, at least Microsoft is making up for it in Internet Explorer 8 since it did pass the Acid2 test, even though it don't really matter. All the Acid2 test passing for developers. Not like it will...
|
Forum: Coder's Corner Lounge
Dec 22nd, 2007, 6:06 AM
|
|
Replies: 14
Views: 338
Re: The Acid2 Test
Well if those IE8 rumours are true. Then im glad, cause it will make cross browser development easier now. And plus I hate Firefox ;P so :P
|
Forum: Coder's Corner Lounge
Dec 19th, 2007, 6:08 AM
|
|
Replies: 13
Views: 432
Re: C# vs C++ Career Move
Well the problem with me is that if I learn one, I easily forget the other, no matter how long I know it.
|
Forum: C++
Dec 18th, 2007, 5:26 AM
|
|
Replies: 22
Views: 846
Re: Learning curve for C++ ?
I would recommand you learn C first before you just to C++. The only thing about C is that C99 isn't really supportive world wide. Thats the only bad thing. Pick up a book on C89 and you'll be find....
|
Forum: Coder's Corner Lounge
Dec 5th, 2007, 12:13 AM
|
|
Replies: 13
Views: 432
Re: C# vs C++ Career Move
MDX is gone from the SDK from the recent one. But meh I'll never get a job as a C++ game programmer. And C++/CLI isn't all that easy its even harder than native C++. I guess I will make my venture...
|
Forum: Coder's Corner Lounge
Dec 4th, 2007, 11:56 PM
|
|
Replies: 4
Views: 174
Re: VC++ 2008 Express
They told me when I was installing the Professional Version RTM I had to uninstall the 2005 Version of VS Pro. But I think you can run them side by side the only problem would be if you have a 2005...
|
Forum: Coder's Corner Lounge
Dec 4th, 2007, 11:46 PM
|
|
Replies: 13
Views: 432
Re: C# vs C++ Career Move
Well thats what i'm trying to do now. but at the same time I wanna use directx 10 to be a game programmer but at the same time stop worrying about MFC, WTL, Win32 C API, etc. But then again I wanna...
|
Forum: C++
Dec 4th, 2007, 7:41 PM
|
|
Replies: 7
Views: 220
|
Forum: C++
Dec 4th, 2007, 6:09 PM
|
|
Replies: 7
Views: 220
Re: Wide characters
Also its consider better to use wide characters than ansi characters. The reason why is that behind the scenes, the compiler has to convert from unicode to ansi each time. Which causes a performance...
|
Forum: Coder's Corner Lounge
Dec 3rd, 2007, 11:25 PM
|
|
Replies: 13
Views: 432
C# vs C++ Career Move
I was wondering which language would be best to use for a career move? C# or C++?:-O
|