Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #44.3K
~3K People Reached
Favorite Tags
java x 2
c++ x 2
c x 1

4 Posted Topics

Member Avatar for Summers9

Summers9, I am aware that you mentioned you are a student, perhaps you should consider speaking with your Professor(s)/ Lecturer(s) to get involved in projects. This should assist in clarifying if you are more interested in hardware or software. Also, there is always alot to learn but focus on a …

Member Avatar for Transcendent
0
195
Member Avatar for Brandon_7

Hi Brandon 7, I am always of the belief that all programmers should be in the habit of testing situation to learn different techniques or solution in programming. My initial suggest would be that you try to actual create the class "Person" in an IDE (Eclipse, IntelliJ IDEA or any …

Member Avatar for Markland
0
2K
Member Avatar for Nuruhee

Nuruhee, Can you be clearer as to your objective and what you need the code to do.

Member Avatar for Markland
0
394
Member Avatar for Learner010

Hi Learner010 Nice tutorial! Great to see your enthusiasm for programming in C++. A few points: In your first example: int a=1; while(a<=10) { cout<<a++; cout<<endl } The program wouldn't compile due to an error... cout<<endl; --- semi-colon left off. This error is repeated in your Nested Loop example. Finally, …

Member Avatar for Markland
7
734

The End.