Forum: C
Apr 9th, 2008, 8:57 PM
|
|
Replies: 4
Views: 194
Re: better randomization?
This is true, but I wanted to have more reliable randomness, which I thought would be achieved this way.
I was confused there for a while by the logic. That's the reason why I added the chosen ==...
|
Forum: C
Apr 9th, 2008, 4:22 PM
|
|
Replies: 4
Views: 194
better randomization?
I wasn't sure if the randomization is decent on this. It seems to be around the same percentage every time. Which could mean that the theory is proving true, but I'm not quite convinced just yet....
|
Forum: C++
Aug 9th, 2006, 9:07 AM
|
|
Replies: 10
Views: 258
|
Forum: Project Ideas
Aug 1st, 2006, 5:25 PM
|
|
Replies: 5
Views: 147
|
Forum: Coder's Corner Lounge
Jul 4th, 2006, 5:30 AM
|
|
Replies: 26
Views: 566
Your civil rights are few. Why?
I'm over here...
Your civil rights are few. Why?
I'm over here (http://www.nationstates.net/Zemoa). I'd like to get more issues, so I can have a better look on how my country would be. Of course I rule in my...
|
Forum: Community Announcements and Feedback
Jul 4th, 2006, 5:06 AM
|
|
Replies: 79
Views: 1,636
|
Forum: Coder's Corner Lounge
Jul 2nd, 2006, 6:36 PM
|
|
Replies: 26
Views: 566
|
Forum: Coder's Corner Lounge
Jun 30th, 2006, 5:52 PM
|
|
Replies: 127
Views: 2,466
|
Forum: C++
Jun 30th, 2006, 12:20 PM
|
|
Replies: 19
Views: 475
|
Forum: C
Jun 30th, 2006, 10:53 AM
|
|
Replies: 20
Views: 476
|
Forum: C++
Jun 30th, 2006, 10:36 AM
|
|
Replies: 19
Views: 475
|
Forum: C++
Jun 30th, 2006, 10:25 AM
|
|
Replies: 4
Views: 232
You are using VC2005 aren't you?
I'm almost...
You are using VC2005 aren't you?
I'm almost certain that it's because of Unicode. You'll need to work with it or disable it. Kilo had a thread about it a while back. Might want to look for that.
|
Forum: C
Jun 29th, 2006, 5:37 PM
|
|
Replies: 10
Views: 339
Exactly, that...
Exactly, that means:
#include<stdio.h>
#include<conio.h>
#define runner 2
struct Athlete
{
char name[30];
float weight;
float height;
|
Forum: Show Off Your Open Source Projects
Jun 29th, 2006, 8:43 AM
|
|
Replies: 24
Views: 406
|
Forum: Existing Project Development
Jun 29th, 2006, 8:41 AM
|
|
Replies: 21
Views: 384
Well in the beginning you talked about disk...
Well in the beginning you talked about disk geometry, was that just an old documentation? I remember having to specify the same for Gentoo. When I saw that, I quit Linux and tried FreeBSD.
|
Forum: C
Jun 29th, 2006, 8:26 AM
|
|
Replies: 19
Views: 401
|
Forum: Show Off Your Open Source Projects
Jun 27th, 2006, 1:49 AM
|
|
Replies: 24
Views: 406
|
Forum: Coder's Corner Lounge
Jun 27th, 2006, 1:48 AM
|
|
Replies: 80
Views: 1,464
|
Forum: Coder's Corner Lounge
Jun 27th, 2006, 1:46 AM
|
|
Replies: 12
Views: 252
|
Forum: C++
Jun 27th, 2006, 1:41 AM
|
|
Replies: 14
Views: 383
|
Forum: C++
Jun 26th, 2006, 6:01 AM
|
|
Replies: 6
Views: 173
|
Forum: Coder's Corner Lounge
Jun 26th, 2006, 5:57 AM
|
|
Replies: 127
Views: 2,466
|
Forum: Coder's Corner Lounge
Jun 26th, 2006, 3:58 AM
|
|
Replies: 127
Views: 2,466
|
Forum: Coder's Corner Lounge
Jun 26th, 2006, 3:50 AM
|
|
Replies: 30
Views: 472
|
Forum: Coder's Corner Lounge
Jun 25th, 2006, 5:00 PM
|
|
Replies: 127
Views: 2,466
|
Forum: Coder's Corner Lounge
Jun 24th, 2006, 5:00 AM
|
|
Replies: 30
Views: 472
|
Forum: C++
Jun 23rd, 2006, 8:24 AM
|
|
Replies: 15
Views: 292
|
Forum: C++
Jun 23rd, 2006, 8:19 AM
|
|
Replies: 14
Views: 383
|
Forum: Coder's Corner Lounge
Jun 22nd, 2006, 4:18 PM
|
|
Replies: 127
Views: 2,466
|
Forum: C++
Jun 22nd, 2006, 4:15 PM
|
|
Replies: 15
Views: 292
|
Forum: Coder's Corner Lounge
Jun 22nd, 2006, 4:13 PM
|
|
Replies: 4
Views: 211
|
Forum: Java
Jun 22nd, 2006, 5:29 AM
|
|
Replies: 11
Views: 298
|
Forum: Coder's Corner Lounge
Jun 22nd, 2006, 3:37 AM
|
|
Replies: 16
Views: 341
|
Forum: Coder's Corner Lounge
Jun 22nd, 2006, 3:28 AM
|
|
Replies: 56
Views: 1,155
This reminds me of a discussion on the forums...
This reminds me of a discussion on the forums before.
What would happen if my aunt - who knows how to turn on a computer, and a monitor, and how to start MS Word and IE to check her webmail, but no...
|
Forum: C++
Jun 22nd, 2006, 2:52 AM
|
|
Replies: 21
Views: 448
The <cstring> library contains functions having...
The <cstring> library contains functions having to do with character arrays.
#include <iostream>
#include <cstring>
int main()
{
std::cout << std::strlen("Hi") << std::endl;
}
The <string> library...
|
Forum: C++
Jun 22nd, 2006, 2:39 AM
|
|
Replies: 6
Views: 195
You have to set the current directory, get the...
You have to set the current directory, get the first file, if that fails there are no files.
Check to see if it is a text file, if so delete it.
Check if there are other files, if so, then check to...
|
Forum: C
Jun 21st, 2006, 9:25 AM
|
|
Replies: 1
Views: 144
|
Forum: C++
Jun 21st, 2006, 5:34 AM
|
|
Replies: 21
Views: 448
|
Forum: C++
Jun 21st, 2006, 5:02 AM
|
|
Replies: 15
Views: 305
Never heard that one before. I searched it on...
Never heard that one before. I searched it on google and found it to be in the bible.
Another translation:
And yet another for clarification:
Thanks for learning me another cool saying. ;)
I'll...
|
Forum: Coder's Corner Lounge
Jun 21st, 2006, 4:52 AM
|
|
Replies: 26
Views: 480
|