Can we use all library functions to develop source code for google codejam Sent on my BlackBerry® from Vodafone
-----Original Message----- From: khodadadeh <[email protected]> Sender: [email protected] Date: Sun, 25 Mar 2012 10:12:15 To: <[email protected]> Reply-To: [email protected] Subject: Re: [gcj] Google codejam >From wikipedia:(Link <http://en.wikipedia.org/wiki/Dev-C%2B%2B> ) Dev-C++ is a free integrated development environment (IDE) distributed under the GNU General Public License for programming in C and C++. MinGW, a free compiler, is bundled with it. and I used it before and it was free:-D. So, yes, you can use it. On 3/24/2012 11:47, [email protected] <mailto:[email protected]> wrote: Can I use dev c++ compiler for c++ Sent on my BlackBerry® from Vodafone ---------------- From: Ashish Kumar <[email protected]> <mailto:[email protected]> Sender: [email protected] <mailto:[email protected]> Date: Sat, 24 Mar 2012 12:34:05 +0530 To: <[email protected]> <mailto:[email protected]> ReplyTo: [email protected] <mailto:[email protected]> Subject: Re: [gcj] Re: Null String problem:- you can download javadocs from oracle. try googleing for download links On Sat, Mar 24, 2012 at 11:04 AM, mandeep <[email protected] <mailto:[email protected]> > wrote: Ok..got it! Thanks a lot. The thing is that i don't know much about string library function. Could you suggest me some reference for that. On 3/24/12, rajpal singh <[email protected] <mailto:[email protected]> > wrote: > buddy why r u writing so many lines of code just to reverse a string...just > use reverse method of StringBuffer class and StringTokenizer class,,it'll > give the desired result...use them as follow.. > first reverse the string-- > String reverse = *new *StringBuffer(str).reverse().toString(); > then use StringTokenizer to make tokens and again reverse individual token > using reverse() method of StringBuffer class... > > > -- > Rajpal Singh > B.Tech IIT Roorkee > Uttarakhand > 09012320801 > > -- > You received this message because you are subscribed to the Google Groups > "Google Code Jam" group. > To post to this group, send email to [email protected] > <mailto:[email protected]> . > To unsubscribe from this group, send email to > [email protected] > <mailto:google-code%[email protected]> . > For more options, visit this group at > http://groups.google.com/group/google-code?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To post to this group, send email to [email protected] <mailto:[email protected]> . To unsubscribe from this group, send email to [email protected] <mailto:google-code%[email protected]> . For more options, visit this group at http://groups.google.com/group/google-code?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To post to this group, send email to [email protected] <mailto:[email protected]> . To unsubscribe from this group, send email to [email protected] <mailto:[email protected]> . For more options, visit this group at http://groups.google.com/group/google-code?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To post to this group, send email to [email protected] <mailto:[email protected]> . To unsubscribe from this group, send email to [email protected] <mailto:[email protected]> . For more options, visit this group at http://groups.google.com/group/google-code?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code?hl=en.
