Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~8K People Reached
About Me

%Dont dreams do realize%

Make happy to all!

Favorite Tags
Member Avatar for cypher1

Hi If someone could please advise me I was thinking of starting a course in Java programming online with one day workshop,the course requirement Knowledge of programming principles and experience in procedural programming or scripting languages, such as Visual Basic, C, or JavaScript; and an understanding of object-oriented languages, such …

Member Avatar for Progr4mmer
0
160
Member Avatar for mani_1991

hi, friends i have some doubt from many days.. please any one clarify it.. my doubt is, "IS IT POSSIBLE TO CHANGE JAVA FILE TO .EXE FILE ... :?::?::?::?:?" IF IT IS POSSIBLE HOW IT IS CONVERT...:icon_idea: THANKS IN ADVANCE.....

Member Avatar for amitbhanot
0
183
Member Avatar for LianaN

Hi guys! I'm trying to access a remote database (MySQL) that is installed on my home computer. The code is: [CODE] public void initDB(String ipaddress, String databasename, String login, String pass) { try { Class.forName("com.mysql.jdbc.Driver"); db = (Connection) DriverManager.getConnection("jdbc:mysql://" + ipaddress + "/" + databasename, login, pass); statement = (Statement) …

Member Avatar for LianaN
0
4K
Member Avatar for Kasanda
Re: HELP

Hi,i have a java assignment that prints out the number of occrances of words in an entere sentence by the user.

Member Avatar for Jawahar prabhu
0
144
Member Avatar for Jawahar prabhu

Here the code for get three digit value 'n' and calculate r=2^n+1 then find that value 'r' is a prie or not, here i like store the integer value 'r' without exponential function and big Integer, please make a great help to me. thanks in advance.. import java.*; import java.io.*; …

Member Avatar for stultuske
0
134
Member Avatar for Jawahar prabhu

when i try to compile lwuit with netbeans it shows the follwing error "Error preverifying class com.sun.lwuit.impl.midp.SVGImplementation$Handler java/lang/NoClassDefFoundError: javax/microedition/m2g/ExternalResourceHandler" please anyone help me.... thanks in advance.. Regards., jawahar prabhu

Member Avatar for peter_budo
0
99
Member Avatar for Jawahar prabhu

Hi friends, i want to know about the java sound API because i have a project title like in my college. My requirements are 1)get voice input from mic , and 2)process that with the already stored audio please help me..

Member Avatar for stephen84s
0
55
Member Avatar for Jawahar prabhu

hello friends this code for delete a file,when i was execute it i got o/p [B]success[/B]but the file was not deleted from my HDD. [code=c] #include<dos.h> #include<conio.h> #include<stdio.h> main() { clrscr(); union REGS i,o; char far *fname[67]; puts("enter" ); gets("fname"); i.h.ah=0x41; i.x.ax=(int)fname; printf("%d",i.x.ax) ; intdos(&i,&o); if(o.x.cflag==0) printf("success") ; else printf("attempt …

Member Avatar for ajay.krish123
0
135
Member Avatar for Whilliam

This is a cursor-based implementation of list inserting at the end. In the program below, the output the program will show me is the last element of my input. It is suppose to show all elements from the first input to the last. Also, after two inputs, when inserting, it …

Member Avatar for Whilliam
0
228
Member Avatar for tarunguptacs

How could i establish a wifi connection between PDA and desktop using C,Windows SDK??

Member Avatar for Jawahar prabhu
0
42
Member Avatar for daviddoria

Normally I call this function like this [code] void MouseButton(int button, int state, int x, int y); ... glutMouseFunc(MouseButton); [/code] But now I would like to pass a member function instead of a "real" (non-member? whats the word for this?) function. [code] class Plot { void Plot::MouseButton(int button, int state, …

Member Avatar for kux
0
667
Member Avatar for juma denice

i am required to write a C++ program code that generates random numbers for a dice and it should have 1000 observations please assist a fellow geek

Member Avatar for BeyondTheEye
0
97
Member Avatar for shamila08

hello, dear all i'm try to find determinant . there is error with ' pow': [code=cplusplus] sum = sum + b[0][p]*pow(-1,p)*determinant(c,m-1); return sum; [/code] after run, the argument was appear as follows: 1>c:\documents and settings\user\my documents\visual studio 2008\projects\deter4\deter4\deter4.cpp(78) : error C2668: 'pow' : ambiguous call to overloaded function 1> c:\program …

Member Avatar for Nick Evan
0
114
Member Avatar for jadedman

hello there! im creating a program with both stdio.h and iostream.h in the include header. Can the program run with them both? or others?

Member Avatar for Jawahar prabhu
0
1K
Member Avatar for Jawahar prabhu

hai ia have been try this but i didnt get any output on my run window. #include<process.h> main() { system("echo hello"); } [B] consider me[/B]

Member Avatar for Aia
0
76
Member Avatar for Jawahar prabhu

hi i'm new for c++, i tried to work with mouse pointer on my run window but i dont know how to make interrupt to do it. thanks

Member Avatar for grumpier
0
78