Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~1K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for A Tripolation

For my Optics course, we need to write a program that will take a certain input, perform a matrix computation, and output a system matrix. The program also needs to check for nonsense input and be able to "be adjusted" for any amount of matrix elements. I took a course …

Member Avatar for A Tripolation
0
262
Member Avatar for A Tripolation

So I finally get to the end of this evil program, and then it won't compile because it says "type double not expected". Here is my error message in its entirety: program 3 item.cpp(111) : error C2062: type 'double' unexpected program 3 item.cpp(121) : error C2062: type 'double' unexpected program …

Member Avatar for banders7
0
244
Member Avatar for UKmason

Usually when it's telling you that you have an "unitialized" local variable, it means that you accidentally misspelled it, and the computer isn't looking for your variable, eg, "msp" instead of "mps". This may not be the case, but that is always what it has been for me. Good Luck …

Member Avatar for Fbody
0
279
Member Avatar for A Tripolation

Hey all. I'm really new to programming and would like some help, if you all don't mind ;) I'm not actually having trouble with the programming, but rather, what I'm being asked to do. Here is what I'm supposed to do (and yes, it is an assignment, but I'm only …

Member Avatar for A Tripolation
0
172
Member Avatar for UKmason
Member Avatar for jonsca
0
138

The End.