User profile: EverGreen1231

User info
User name:EverGreen1231
Name:Tyler Minix
Location:somewhere in my mind
Bio:I play classical music, paint, raise chickens, fish-(fly, and spin), study electrical engineering at SPSU, and program a little on the side to get things done.

...why are we whispering?
History
Joined:
Number of posts:15
Latest posts:

Question about class member function initialization...
Ah, I see that as well as my many mistakes. It works now. Thank you.

Question about class member function initialization...
Hello, I have been getting the below error from my code. [code] PowerFlow_SecondAttempt.cpp:4...

error: expected '}' at end of input
There are two int main() functions. That can't be done. Other than that, there are semi colons missi...

Error C2664 while using classes.
Thanks! This helps a lot. I need the parameters to be dynamic so I should probably pass by reference...

Error C2664 while using classes.
I'm trying to write a small code in order to learn classes. I used one of the examples posted in the...