Forum: C Dec 4th, 2004 |
| Replies: 1 Views: 6,361 I am trying to get a program to draw a sine curve (from 0 to 2pi). It takes 8 lines to draw the complete curve. However, the user can choose to use up to 100 lines to make the curve smoother. How... |
Forum: C++ Dec 4th, 2004 |
| Replies: 5 Views: 5,334 Got it! I forgot to put in the a line to instantiate the application object. Thanks for your help!! |
Forum: C++ Nov 28th, 2004 |
| Replies: 5 Views: 5,334 That is kinda what I figured, but I've looked it over a dozen times Here is my code:
BOOL CTimeCardApp::InitInstance() {
CTimeCard time;
time.DoModal();
return FALSE;
}
Thanks! |
Forum: C++ Nov 28th, 2004 |
| Replies: 5 Views: 5,334 I am working on a time card program in Visual C++ (FYI: I am VERY new to this, so, please, be gentle with me) :) It compiles with 0 errors and 0 warnings, but when it executes I get an error message... |
Forum: Community Introductions Nov 28th, 2004 |
| Replies: 612 Views: 125,871 Hi,
Newbie here. My name is Reagan. I have just started learning Java and C++ I am a world of hurt over here! yikes! Everyone I know is a network geek not a programming geek. I was hoping I... |