Click here to Skip to main content
15,905,971 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: XP Worker Thread File IO Issue Pin
chipg_al28-Jul-03 11:57
chipg_al28-Jul-03 11:57 
GeneralRe: XP Worker Thread File IO Issue Pin
valikac28-Jul-03 12:09
valikac28-Jul-03 12:09 
GeneralBig Multithread Problem Pin
Member 49993428-Jul-03 7:01
Member 49993428-Jul-03 7:01 
GeneralRe: Big Multithread Problem Pin
Member 49993428-Jul-03 7:04
Member 49993428-Jul-03 7:04 
Generalsrand() Pin
Sad Programmer28-Jul-03 6:42
sussSad Programmer28-Jul-03 6:42 
GeneralRe: srand() Pin
Sad Programmer28-Jul-03 7:05
sussSad Programmer28-Jul-03 7:05 
GeneralRe: srand() Pin
Sad Programmer28-Jul-03 8:35
sussSad Programmer28-Jul-03 8:35 
GeneralRe: srand() Pin
Sad Programmer28-Jul-03 8:37
sussSad Programmer28-Jul-03 8:37 
I messed up that last post so lets try again.


This is my basic header file that has:

#pragma once

#define WIN32_LEAN_AND_MEAN
#include <stdio.h>
#include <tchar.h>
#include <iostream>
#include <fstream>

using namespace std;

I have:

#include <vector>

using namespace std;

in classes that do not use the my standard header file.


In my rand.h file where the problem is occurring I have:

#include <time.h>

that’s all.

GeneralRe: srand() Pin
Toni7828-Jul-03 9:55
Toni7828-Jul-03 9:55 
GeneralRe: srand() Pin
Sad Programmer28-Jul-03 10:10
sussSad Programmer28-Jul-03 10:10 
GeneralToolbar question Pin
Shay Harel28-Jul-03 6:01
Shay Harel28-Jul-03 6:01 
GeneralRe: Toolbar question Pin
Shay Harel28-Jul-03 6:36
Shay Harel28-Jul-03 6:36 
GeneralRe: Toolbar question Pin
Chris Richardson28-Jul-03 9:24
Chris Richardson28-Jul-03 9:24 
GeneralRe: Toolbar question Pin
Shay Harel28-Jul-03 9:28
Shay Harel28-Jul-03 9:28 
GeneralRe: Proper use of _bstr_t Pin
David Crow28-Jul-03 5:10
David Crow28-Jul-03 5:10 
GeneralRe: Proper use of _bstr_t Pin
nibor28-Jul-03 23:16
nibor28-Jul-03 23:16 
GeneralManaging right click in a CListBox control Pin
doctorpi28-Jul-03 4:25
doctorpi28-Jul-03 4:25 
GeneralRe: Managing right click in a CListBox control Pin
Beer2628-Jul-03 4:30
Beer2628-Jul-03 4:30 
GeneralRe: Managing right click in a CListBox control Pin
doctorpi28-Jul-03 4:33
doctorpi28-Jul-03 4:33 
Generalretrieving hardware information(win2k) Pin
Alexander M.,28-Jul-03 4:11
Alexander M.,28-Jul-03 4:11 
GeneralRe: retrieving hardware information(win2k) Pin
Mike Nordell28-Jul-03 13:46
Mike Nordell28-Jul-03 13:46 
GeneralRe: retrieving hardware information(win2k) Pin
Alexander M.,29-Jul-03 2:29
Alexander M.,29-Jul-03 2:29 
GeneralRe: retrieving hardware information(win2k) Pin
Alexander M.,29-Jul-03 9:39
Alexander M.,29-Jul-03 9:39 
Generalusing PostMessage with user defined messages Pin
Joel Lipschultz28-Jul-03 3:58
Joel Lipschultz28-Jul-03 3:58 
GeneralRe: using PostMessage with user defined messages Pin
David Chamberlain28-Jul-03 4:16
David Chamberlain28-Jul-03 4:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.