Forum: Coder's Corner Lounge
Mar 12th, 2007, 3:04 PM
|
|
Replies: 10
Views: 316
|
Forum: C++
Mar 4th, 2007, 9:06 AM
|
|
Replies: 19
Views: 365
Let me comment on this one. Firstly, Visual C++...
Let me comment on this one. Firstly, Visual C++ is not a language, it is an IDE. You are talking about Managed C++, which is indeed a CLS-compliant language. However, the OP is probably using 'good...
|
Forum: Coder's Corner Lounge
Mar 1st, 2007, 10:20 AM
|
|
Replies: 10
Views: 343
|
Forum: Coder's Corner Lounge
Feb 27th, 2007, 10:32 AM
|
|
Replies: 37
Views: 849
|
Forum: Coder's Corner Lounge
Feb 26th, 2007, 3:25 PM
|
|
Replies: 37
Views: 849
Here's a brief review of my Vista experiences...
Here's a brief review of my Vista experiences :):
I recently bought a Macbook Pro, and installed Vista next to Mac OS. Vista doesn't run entirely stable (I've had 2 blue screens already), but I...
|
Forum: Coder's Corner Lounge
Jan 21st, 2007, 5:25 AM
|
|
Replies: 125
Views: 2,466
|
Forum: Coder's Corner Lounge
Jan 10th, 2007, 8:39 AM
|
|
Replies: 4
Views: 240
|
Forum: Coder's Corner Lounge
Jan 9th, 2007, 12:42 PM
|
|
Replies: 4
Views: 240
Hyperactive mouse
Hi,
My (PS/2) mouse has problems since this afternoon. I thought first it was dusty, but my mouse is continuously hopping around my monitors right now, making it rather difficult to navigate around...
|
Forum: Show Off Your Open Source Projects
Jan 5th, 2007, 3:31 PM
|
|
Replies: 16
Views: 481
|
Forum: Coder's Corner Lounge
Dec 18th, 2006, 1:45 PM
|
|
Replies: 33
Views: 969
|
Forum: C++
Dec 12th, 2006, 1:35 PM
|
|
Replies: 9
Views: 452
|
Forum: Coder's Corner Lounge
Dec 12th, 2006, 12:49 PM
|
|
Replies: 9
Views: 236
|
Forum: Coder's Corner Lounge
Dec 10th, 2006, 3:58 AM
|
|
Replies: 8
Views: 235
This is what most file formats already do (PNG...
This is what most file formats already do (PNG can be a monochrome picture, and its compression algorithm will take care of the white spaces. BMP supports also monochrome bitmaps, and using RLE you...
|
Forum: Coder's Corner Lounge
Dec 8th, 2006, 5:04 PM
|
|
Replies: 10
Views: 243
A sad big ass pop-up shouting in your face that...
A sad big ass pop-up shouting in your face that this game was powered by some weird company that everyone is supposed to know about, which will now scan your computer absolutely for nothing, as you...
|
Forum: Coder's Corner Lounge
Dec 6th, 2006, 10:39 AM
|
|
Replies: 12
Views: 240
There called a guy once, also a salesman....
There called a guy once, also a salesman. Firstly, he got my mother, and tried desperately to get a 'yes'. Being bored anyway, we've talked to him more than half an hour (half way we switched talking...
|
Forum: C++
Dec 5th, 2006, 5:37 PM
|
|
Replies: 9
Views: 452
You could use Managed C++ as well. Managed C++...
You could use Managed C++ as well. Managed C++ uses the .NET framework, but can be integrated very easily with native C++ (even in the same source file), by using the #pragma unmanaged tags.
I use...
|
Forum: Paid Job Offers
Nov 24th, 2006, 9:27 AM
|
|
Replies: 7
Views: 162
|
Forum: C#
Nov 18th, 2006, 5:55 AM
|
|
Replies: 15
Views: 316
|
Forum: C++
Nov 18th, 2006, 5:54 AM
|
|
Replies: 1
Views: 95
|
Forum: Visual Basic .NET
Nov 15th, 2006, 4:09 PM
|
|
Replies: 29
Views: 607
|
Forum: JavaScript and Client-Side Browser Scripting
Nov 15th, 2006, 10:00 AM
|
|
Replies: 20
Views: 625
Excellent advise. Excellent. It's a pity though...
Excellent advise. Excellent. It's a pity though that you just resurrected a 4-month old thread. Besides that, what is the goal of a javascript when you cannot download it. I can't see the point of an...
|
Forum: Visual Basic .NET
Nov 15th, 2006, 9:55 AM
|
|
Replies: 29
Views: 607
|
Forum: Visual Basic .NET
Nov 15th, 2006, 7:35 AM
|
|
Replies: 29
Views: 607
|
Forum: C
Nov 14th, 2006, 2:12 PM
|
|
Replies: 13
Views: 318
Ok, use the buffer as told by other members to...
Ok, use the buffer as told by other members to store your bitmap temporarily, and learn the structure of an image format like .bmp.
For the bouncing of the ball itself, recall your physics lessons...
|
Forum: C
Nov 10th, 2006, 1:53 AM
|
|
Replies: 11
Views: 446
|
Forum: C
Nov 9th, 2006, 12:06 PM
|
|
Replies: 11
Views: 446
|
Forum: C++
Nov 8th, 2006, 3:00 PM
|
|
Replies: 7
Views: 194
The entry point of your program is the main...
The entry point of your program is the main function. In the main functions, you usually call a number of functions. Does this mean your main function gets out of scope? Well, no. When you call...
|
Forum: C
Nov 2nd, 2006, 3:49 PM
|
|
Replies: 3
Views: 196
|
Forum: Other Scripting Languages
Nov 1st, 2006, 2:02 PM
|
|
Replies: 13
Views: 601
|
Forum: C
Oct 21st, 2006, 6:21 PM
|
|
Replies: 26
Views: 606
|
Forum: Coder's Corner Lounge
Oct 21st, 2006, 5:26 AM
|
|
Replies: 11
Views: 266
|
Forum: C++
Oct 21st, 2006, 3:31 AM
|
|
Replies: 6
Views: 234
Yep, write a camera class which enables you to...
Yep, write a camera class which enables you to use simple movements like this. To strafe sidewards, add the sine of rotation + 90 degrees to your X axis, and substract the cosine of the rotation + 90...
|
Forum: Assembly
Oct 20th, 2006, 2:09 PM
|
|
Replies: 19
Views: 647
Not sure whether you have to do it this way for...
Not sure whether you have to do it this way for an assignment for your school, otherwise I would use an existing bootloader like GRUB if you want to write an operating system - when you start with...
|
Forum: Coder's Corner Lounge
Oct 19th, 2006, 4:34 PM
|
|
Replies: 17
Views: 335
|
Forum: Community Announcements and Feedback
Oct 19th, 2006, 1:58 PM
|
|
Replies: 19
Views: 460
|
Forum: Community Announcements and Feedback
Oct 19th, 2006, 1:38 PM
|
|
Replies: 19
Views: 460
|
Forum: Community Announcements and Feedback
Oct 19th, 2006, 8:35 AM
|
|
Replies: 19
Views: 460
I wouldn't put them side to side like this, it...
I wouldn't put them side to side like this, it looks rather stuffed together, IMO. I would put the Newest Tutorials box beneath the Newest Posts box.
Oh, by the way - I quite liked the Who's online...
|
Forum: C++
Oct 17th, 2006, 3:32 PM
|
|
Replies: 13
Views: 244
|
Forum: Software Design and Algorithms
Oct 17th, 2006, 1:01 PM
|
|
Replies: 6
Views: 231
|
Forum: C++
Oct 17th, 2006, 9:34 AM
|
|
Replies: 21
Views: 393
|