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.

0 Endorsements
Ranked #107.41K
~117 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for charlize

I'm very new to C++ and I keep getting a parse error for the bolded line below. I'm not understand why this is. #include<iostream> using namespace std; int main() { int a; cout<<"\nPlease make me easier to read..."; a=2+2 [B]cout<<"\nLook what I can do:2+2" <<a;[/B] cout<<"\nIcan do more, but only …

Member Avatar for crobicha
0
117