Camaro5 Chevy Camaro Forum / Camaro ZL1, SS and V6 Forums - Camaro5.com
 
Roto-Fab
Go Back   Camaro5 Chevy Camaro Forum / Camaro ZL1, SS and V6 Forums - Camaro5.com > Members Area > Off-topic Discussions

Reply
 
Thread Tools
Old 08-09-2012, 11:24 PM   #1
zq8colorado04
 
zq8colorado04's Avatar
 
Drives: 2010 Chevrolet Camaro 2SS/RS
Join Date: Oct 2008
Location: Panama City Beach, Florida
Posts: 271
Anybody out there just totally get C++

...and want to help a fellow Camaro brother out.

I've had the worst class but I've been able to scrap my way through it with google-fu and trial and error.

But now I've gotten to the last assignment of the semester and I can't find anything online at all.....so if anyone on here is a C++ master and wants to earn major karma points please let me know...right now I've got an A but this thing is worth 20% of my grade so I really don't want to drop to a low C.

Thanks in advance,
zq8

If anyone is interested I'll post the requirements up so you can see the nasty assignment he's having us finish the semester with.
__________________
1100: 10/13/08
3000: 03/26/09
3300: 05/08/09
3400: 05/12/09
3800: 05/25/09
4200: 05/28/09
5000: 06/09/09
6000: 06/09/09
VIN# A9111943

2SS/RS Black on Black with LS3 and a 6-speed Manual

15% Window Tint
CAI
StainlessWorks Catback Exhaust
BMR 1.4" lowering springs
zq8colorado04 is offline   Reply With Quote
Old 08-10-2012, 01:37 AM   #2
zq8colorado04
 
zq8colorado04's Avatar
 
Drives: 2010 Chevrolet Camaro 2SS/RS
Join Date: Oct 2008
Location: Panama City Beach, Florida
Posts: 271
I guess I should add that I already have most of the code, there are just a few (I think 4 compiling errors right near the end that I just cant seem to get get rid of) but someone who knew what they were doing could probably just glance at it and tell me right off the bat...
__________________
1100: 10/13/08
3000: 03/26/09
3300: 05/08/09
3400: 05/12/09
3800: 05/25/09
4200: 05/28/09
5000: 06/09/09
6000: 06/09/09
VIN# A9111943

2SS/RS Black on Black with LS3 and a 6-speed Manual

15% Window Tint
CAI
StainlessWorks Catback Exhaust
BMR 1.4" lowering springs
zq8colorado04 is offline   Reply With Quote
Old 08-10-2012, 01:44 AM   #3
Compunerd
 
Compunerd's Avatar
 
Drives: 2011 1LT SIM
Join Date: Apr 2012
Location: Quincy, Illinois
Posts: 161
I have experience with C++ but I am FAR from a "master" with it. Best advice i can give is look for the simple stuff first, like an out of place bracket or semicolon. And always solve the first compilation error first. They have a tendency to cause the rest of the errors as well.


Sent from my iPad using Tapatalk HD
Compunerd is offline   Reply With Quote
Old 08-10-2012, 01:46 AM   #4
zq8colorado04
 
zq8colorado04's Avatar
 
Drives: 2010 Chevrolet Camaro 2SS/RS
Join Date: Oct 2008
Location: Panama City Beach, Florida
Posts: 271
Code:
CAccount * CBank::InquireAcct() { //Get all the details of an acct
	cout << "(3) Account Inquiry Option not implemented Yet\n";
}
This little bit is giving me a "must return a value" and I don't know how to resolve it...
__________________
1100: 10/13/08
3000: 03/26/09
3300: 05/08/09
3400: 05/12/09
3800: 05/25/09
4200: 05/28/09
5000: 06/09/09
6000: 06/09/09
VIN# A9111943

2SS/RS Black on Black with LS3 and a 6-speed Manual

15% Window Tint
CAI
StainlessWorks Catback Exhaust
BMR 1.4" lowering springs
zq8colorado04 is offline   Reply With Quote
Old 08-10-2012, 03:42 AM   #5
J_GuidoSS
 
J_GuidoSS's Avatar
 
Drives: 2011, summit-white/stripes
Join Date: Jul 2012
Location: San Jose, ca
Posts: 105
hated my my C++ barely passed it, feel your pain!
__________________
2011 L99, Borla axle-back/ x-pipe
J_GuidoSS is offline   Reply With Quote
Old 08-10-2012, 06:52 AM   #6
Nvincent4708



 
Drives: N/A
Join Date: Nov 2010
Location: N/A
Posts: 25,855
Quote:
Originally Posted by zq8colorado04 View Post
Code:
CAccount * CBank::InquireAcct() { //Get all the details of an acct
	cout << "(3) Account Inquiry Option not implemented Yet\n";
}
This little bit is giving me a "must return a value" and I don't know how to resolve it...
how is the variable declared?
Nvincent4708 is offline   Reply With Quote
Old 08-10-2012, 01:29 PM   #7
Minus_Z28
 
Drives: Badly. Re: Location
Join Date: May 2010
Location: Massachusetts
Posts: 29
If it's never going to return anything, make it a void function.
If it's going to return something in the future, but doesn't actually do anything yet because the code hasn't been written, have it return null or 0 or something.
Minus_Z28 is offline   Reply With Quote
Old 08-10-2012, 03:57 PM   #8
ChrisBlair
Buick 455 Fan
 
Drives: 1970 Buick, 2012 1SS LS3
Join Date: Jun 2010
Location: Boston MA
Posts: 5,957
I got several C+s

Mostly Bs

Got a D once. mom and dad were pissed
__________________
ChrisBlair is offline   Reply With Quote
Reply


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 07:22 PM.


Powered by vBulletin® Version 3.8.9 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.