Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 





Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > The Conversation Pit > Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read

Programming A discussion forum for programs and programming used in tech-related businesses.

Reply
 
Thread Tools
Old 07-26-2005, 09:34 PM   #1 (permalink)
Registered User
 
Join Date: Jun 2005
Posts: 2
OS: XP


C++ Builder and Coding - (Need help!)

ell I just got done with an online college course called "C++ for the absolute beginner!"

It's pretty obvious they left a lot out.. ;-/ I have experiance in other programming languages and this left a lot out as far as I know.

What it taught me:

It taught me all the basics to C++, Functions, storing data, arrays, etc. The only thing it didn't teach me (as far as I know) is how to get those things to work together effectively. What I mean is, I am trying ot create my first application and I can't do it because I dont know how to get my edit controlls and buttons and code to interact together.

My Situation:

I just got out of the C++ class as you already know, and I'm trying to make my first application as you already know. I can't get the buttons, edit controlls, and code to work together because I don't know the code to make them do so.

My Program:

My program is going to be a small program used to calculate a highschool final grade. It will take your current grade in the class and the grade you think you will get on the final and put it into the equation that is set up for calculating your final grade and then it will display it in an edit controll.

What I have set up as of right now are two edit controlls, a button, and a third edit controll. You are supposed to enter your current grade in the first edit controll and the grade you think you will get on the final in the second edit controll. After you enter both of those you will click the button that says "Calculate!" and the grade you will have at the end of the semester in that class will display in the third edit controll.

My Question:

How do I do this? Can anyone show me how to do this by either explaining it or writing the program code and displaying it here? I'd like to look at someone's code and see what does what and where it does this or that.

Other information:

The equation for figuring out the final is:

.8 * CurrentGradeInClass * .2 * GradeYouThinkYouWillGetOnYourFinal

it can also be displayed as this:

.8 * x * .2 * y



I appreciate you taking the time to read and respond to my thread!

If you need anymore information just ask. I am really willing to work with you guys on this!

~Xombic
xombic is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -7. The time now is 05:20 PM.



Copyright 2001 - 2008, Tech Support Forum

Search Engine Friendly URLs by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82