Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
40% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
~3K People Reached
Favorite Tags
java x 15
c++ x 9
rss x 1
Member Avatar for valleymorning

Dear all, I'd like to learn C#, but not sure which tool to start with, i.e .NET Framework or Visual Studio .NET., or eslse, and where could I download a latest free version. I'd greatly appreciate any suggestions. Thank you, VM

Member Avatar for Fenrir()
0
169
Member Avatar for valleymorning

Hi everyone, I hope you all a Happy New Year with joy, peace and success. I'm using Java and XML to develop web services and would like to learn how to test or debug web services. I would love to hear from you and appreciate any idea or suggestion. Thank …

Member Avatar for ~s.o.s~
0
60
Member Avatar for valleymorning

Hi all, The code below is to converts a tchar from lowercase to uppercase. Could you tell me if my code is correct or need to be fixed. Thank you very much. VM =============================== [code] tchar* MyToUpper(tchar *input) { static tchar buffer[1000]; tchar *s= input; tchar *t= buffer; while (*s!= …

Member Avatar for Sudar_Gudi
0
2K
Member Avatar for valleymorning

Dear all, I have been told there is something wrong with the following code. Could someone please shed a light on this, I'd be greatly thankful to your help. VM ---------------------------------------------------- [code] Identify the problem in the following code: // Retry three times on failure to open file. int retryCount …

Member Avatar for masijade
-1
82
Member Avatar for valleymorning

Dear all, Could anyone help me on finding all magic numbers using JAVA with 1000 iterations or less? Magic numbers are 6 digit numbers that have the property that they are equal to the square of the sum of two 3-digit numbers when it's high-order and low-order digits are separated. …

Member Avatar for valleymorning
0
469
Member Avatar for valleymorning

Hello all, I have a trouble finding Magic Numbers. I'd greatly appreciate any help in writing a function in C/C++ that will find all magic numbers (with 1000 iterations or less). "Magic numbers" are 6 digit numbers that have the property that they are equal to the square of the …

Member Avatar for John A
0
150
Member Avatar for valleymorning

Dear all, I'm a newbie learning Java. Could you please help me on how to find the length of the longest group of duplicates in an array using Java. Let's say we have an array of integers as follows {9 7 7 7 7 3 2 1 1 5 5 …

Member Avatar for valleymorning
0
107