|
-
Apr 25th, 2002, 04:49 AM
#6
Go to the tutorials (top of page) and read some basic C++ tutorial. You seem to need it.
You only need to define the struct once, and in case of STARTUPINFO it is already defined in windows.h (actually winnt.h or wincore.h or something like that). Once a struct us defined, you can create an object like this:
STARTUPINFO si;
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|