Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~4K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for jason.angeles.75

It seems that you have already get the right answer, the error lies in that the type of the variables"Radius""radius" were not given.

Member Avatar for Kenney_1
0
343
Member Avatar for Lp_baez
Re: c++

There should't be a semi-colon(;) after void playerCMD() here in your program, in fact, if you give a declaration of a function at the beginning of the program, the ";" is needed, but when it comes to the definition, the";" is not supposed to exsit. Take a look at the …

Member Avatar for cambalinho
0
196
Member Avatar for christinetom

As others told, you should define template outside the main function, hope that works.

Member Avatar for Kenney_1
0
3K
Member Avatar for lloydsbackyard

I think you should talk about OOP as well, take some examples that combine array and the features of OOP.

Member Avatar for Kenney_1
0
257
Member Avatar for Kenney_1

I'm a beginner to learn java, do you have any books to recommend for java learning? You can also give me some useful suggestions. I have learned C++ previously, will this be helpful to learn java? Here is my blog, <URL SNIPPED> , any comments are welcomed.

Member Avatar for jalpesh_007
0
198
Member Avatar for thephoenix.21

I'm also learning C++,and I keep a blog to record what I have learned everyday. Maybe you can try this, too. Here is the address of my blog,[http://waytoappdev.blogspot.com/] ,hope that we can have further communication.

Member Avatar for Kenney_1
0
201

The End.