Tools And Utilities
Forum Post

Re: Fixed price work required offsite - java,j2ee,c++

Hi , My strengths are in OOPS, OOAD, Design Patterns, C++, STL, Visual C++ , MFC, COM. I have not worked with Java and Tomcat . I can be reached at sujayghosh@hotmail.com . Looking...
Forum Post

Re: Free Java training offered by experienced developer

I will go to the site and sign-up. I am most interested in Eclipse for Crystal Reports. This plug-in is a little hard to learn. Thank you,
Forum Post

Re: Connecting to various SCM using java

Also, you can take a look at SCM Anywhere Standalone: http://www.scmsoftwareconfigurationmanagement.com/
Forum Post

Re: How to make java wait

: Another without Treads. It waits the n seconds you want : : : : public static void wait (int n){ : long t0,t1; : t0=System.currentTimeMillis(); : do{ :...
Forum Post

Re: Java vs C++

C++ also lacks garbage collection, which makes it faster as well.
Forum Post

Re: c compiler for windows,linux,mac os...

Don't bother with Python, nobody uses it. If platform-independance is important, a modern language like Java is a much better choise.
Forum Post

Re: I am New to JAVA and i need assistance.

thanks for the assistance, although i have no clue as to what u have written, if u could would you please write me the code to this as i cant make heads or tails of this one. thanks
Forum Post

Re: How to make java wait

Another without Treads. It waits the n seconds you want public static void wait (int n){ long t0,t1; t0=System.currentTimeMillis(); do{ t1=System...
Forum Post

How do i write this simple Java program?

Write a program that makes change for amounts less than one dollar. Input to the program should be a positive integer less than 100, representing the amount of money in cents. Output should be the...
Forum Post

How do i write this simple Java program?

Write a program that makes change for amounts less than one dollar. Input to the program should be a positive integer less than 100, representing the amount of money in cents. Output should be the...
Forum Post

A beginner in java

Dear all, I am just a beginner in java programming. I have been doing some programming work in VB but now think that I should move to free language and hence java. I started with some tutorials...
Forum Post

New to java

Hi guys im studying java at my high school and i got a assignment to make a "magic box" this box is going to be made by a "int[][] magicbox = new int" the input in the program is going to look...
Forum Post

Re: Setting enum ordinal value

: : Hi, : : : : How to set the enum ordinal value? : : : : Here is the situation: : : I've somthing like this : : : : public enum Day {SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, : :...
Forum Post

Re: Setting enum ordinal value

: Hi, : : How to set the enum ordinal value? : : Here is the situation: : I've somthing like this : : public enum Day {SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, : FRIDAY, SATURDAY};...
Forum Post

Re: how to make out the pyramid number?

: This looks like a nested for-loop with some string formatting : applied. Here's an example code: : : : for (int i = 1; i
Forum Post

Re: need help urgent

: : Can ne1 help me on how to write a code for this program : : : : : : i have to make a launcher class which displays the menu : : : : Menu : : X) XXXXX : : X) XXXX : : X) XXXXX : : X)...
Forum Post

Re: Finding a text inside a webpage

= 0) { // found System.out.println("The string '" + toFind + "' was found at byte offset " + index); } else { // not found...
Forum Post

Re: Keylogger using Java, GetKeyState, Key input

: : Well I've checked around some more and it seems it's impossible to : : make a keylogger in Java. So I'm giving up unless someone replys. : : : It is not possible for nearly all OSes in pure...
Forum Post

Re: Keylogger using Java, GetKeyState, Key input

: Well I've checked around some more and it seems it's impossible to : make a keylogger in Java. So I'm giving up unless someone replys. : It is not possible for nearly all OSes in pure Java....
Forum Post

This is a very typical problem

This is how I want my code to look. object* everything; class object { void moveleft(){}; }; Ofcourse the class "object" must be defined before i define the pointerarray "everything"...
1 2 3 4 5 6 16 26 36 46  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.