Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
~6K People Reached
Favorite Tags
Member Avatar for aiwasen

Currently I'm using netbeans 7.2 using glassfish server. I want to put two numbers using HTML+ Servelet. I'm just a beginner I have no idea. Would somebody help me? I also don't know why I got error: Incompatible types required int found string although I used parseInt to convert String …

Member Avatar for jalpesh_007
0
2K
Member Avatar for aiwasen

I'm trying to install MASM 8.0 but the instaler stops before the end! I already downloaded visual Visual C++ 2005 Express Edition but then it disappears and nothing else happens.

Member Avatar for GunnerInc
-1
108
Member Avatar for aiwasen

I already download MASM but it won't worked. I cannot see the MASM icon needed to compile the program. I downloaded visual 2005 also although I can see the MASM in control panel uninstall program. .model small .data x db "Hello World", '$' .code main proc near mov ax, @data …

Member Avatar for mathematician
0
155
Member Avatar for aiwasen

well,the title says it all. What are the disadvantages and advantages? Is it better to compile java in ms-dos or in IDE such as eclipse(which is popular as they say). Which do you prefer?

Member Avatar for stultuske
0
245
Member Avatar for aiwasen

hi I'm a newbie in learning c++ and java..I was just thinking if what is the best operating system and compiler and why?

Member Avatar for Rashakil Fol
0
252
Member Avatar for aiwasen

I wonder how can I program without any operating system in my computer? is that possible?

Member Avatar for johnmiller48
0
84
Member Avatar for aiwasen

c++ programming from problem analysis to program design by d.s malik .. guys is this a good book for the beginner??

Member Avatar for donaldw
0
135
Member Avatar for aiwasen

Hi I'm currently learning flash programming but it is too hard to find any free tutorial on web which is good.I have a problem in making forward and backward button that will skip at least 3 keyframe. I am not talking about gotoAndPlay.It is just the simple game with no …

0
77
Member Avatar for aiwasen

The problem is this. I try to enter the limit of at least 34 fibonacci numbers but the limit display the limit of 89. [CODE]#include <iostream> using namespace std; int main() { int x=0,y=1; int num; cout<<"Enter number:"; cin>>num; cout<<x<<" "<<y; while(y<=num) { x= x + y; y= y + …

Member Avatar for HASHMI007
0
180
Member Avatar for aiwasen

I'm having a problem on try again program.I checked the syntax and yet is still not working.am trying to make a program that will output the student's grade and when the program is finished it will ask whether to try again or not.If the input is y or Y, the …

Member Avatar for WaltP
0
3K
Member Avatar for aiwasen

Hi!I'm new in java so I really need your help. The problem is how do I return a value if I made another choices again and again.. here's the expected output: Enter size of class: Choose Action: [1]Enter a Student [2]Enter list of student [3]Exit Enter choice[1-3] I created some …

Member Avatar for peter_budo
0
143
Member Avatar for aiwasen

hi everyone!!pls help me.. here's the problem -Create a program that will input a list or array of number and arrange them in ascending order.Then search a target.. please help me to program this in java!!

Member Avatar for aiwasen
0
160