INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

HANDLE


PASSWORD
Remember Me
Forgot Password?

Come Join Us!

  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • Turn Off Ad Banners
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

E-mail*
Handle

Password
Verify P'word
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Member Feedback

"...I have tons of books, have book marked tons of tutorials, which have helped, but this forum has answered those "impossible to find" solutions. I am thrilled with this site..."

Geography

Where in the world do Tek-Tips members come from?

Microsoft: Visual C++ FAQ

Programming

Why doesn't anyone answer my question?
Posted: 9 Apr 03

If nobody replies to your post, it is probably because of one or more of the following reasons:

1. You haven't asked a question.

2. Your information is inspecific and unclear

3. You have posted your entire program to the forum. Nobody wants to read your entire program. Post only code that is relevant to the problem.

----------------------------------

Also, remember to turn off TGML if you have array subscripts in your code... For example

long array[256];
for (int i=0; i<256; i++) {
   array[i] = timeGetTime();
}


In that example, the [i] would be treated as an italics tag.

Back to Microsoft: Visual C++ FAQ Index
Back to Microsoft: Visual C++ Forum
My FAQ Archive
Email This FAQ To A Friend

My Archive