Showing results 1 to 23 of 23
Search took 0.01 seconds; generated 1 minute(s) ago.
Posts Made By: alsoumhi
Forum: Java 32 Days Ago
Replies: 4
Views: 236
Posted By alsoumhi
Re: help with watch program

first of all, what is the value of variable (s) here in the program, it is assumed here as it is zero , is it the value that you want it or not

secondly the looping will be infinite because value...
Forum: Java Sep 29th, 2008
Replies: 0
Views: 513
Posted By alsoumhi
UDP packet

Hi gys I hope you all fine
I just have a question that I would send two UDP packets from the client to the server and the server will reply back the both messages to the client , my problem is that...
Forum: C Apr 1st, 2008
Replies: 5
Views: 345
Posted By alsoumhi
Re: a request please

thank you gys for this information , but now I want to understand how it works
and in which cases and why we use it
I really want to understand this , and please if it is not problem you show me the...
Forum: C Apr 1st, 2008
Replies: 5
Views: 345
Posted By alsoumhi
Re: a request please

thank you gys for this information but now
I want to understand what is the point behind this I mean in which cases we use this and how to use it
if not problem to you, please show me examples or...
Forum: C Mar 31st, 2008
Replies: 5
Views: 345
Posted By alsoumhi
a request please

Hi gys how are you, I really need your help to understand the idea for putting some parameters with main function, it is like this ( int main ( int a , int b , char* c) )
what is this and when we...
Forum: Java Dec 28th, 2007
Replies: 3
Views: 571
Posted By alsoumhi
request and question in float random number

Hi guys hope you fine
I have a request and question, for my request I would like from you to recommend me
which books and tutorials that I may follow help me to understand how to read and...
Forum: C Oct 11th, 2007
Replies: 12
Views: 1,733
Posted By alsoumhi
Re: 2player tic tac toe

please reply to me if it is correct or not
Forum: C Oct 11th, 2007
Replies: 12
Views: 1,733
Posted By alsoumhi
Re: 2player tic tac toe

I think this what you want

#include<stdio.h>
#include<stdlib.h>
char check(void);
char array[3][3]={'-','-','-','-','-','-','-','-','-'};
void display();
int main()
{
int i=0,l=0,x,y;
Forum: C Oct 4th, 2007
Replies: 4
Views: 809
Posted By alsoumhi
Re: I ned help in tic-tac game

my freinds, what I am trying to say is that what is the suitable way to let the compiler let you to enter a charecter in a two dimensional array what I have done of looping like this is wrong...
Forum: C Oct 4th, 2007
Replies: 4
Views: 809
Posted By alsoumhi
I ned help in tic-tac game

Hi guys, how are you?
I need your help in a tic tac game, I have created a program that asks a user to specify first the index whether [0][0],[2][1],[2][2],etc..and to enter the char letter either...
Forum: C Oct 4th, 2007
Replies: 3
Views: 1,743
Posted By alsoumhi
Re: Returning 2-dimensional array, how?

can you plaese show us how is that being done in simple program?
Forum: C Sep 30th, 2007
Replies: 7
Views: 704
Posted By alsoumhi
Re: wht will be the o/p?

Thank you I learnt somthing from you
but I was thinking the program will run as
this following:

#include<stdio.h>
int main()
{
int i=5;
printf("%d",--i);
printf("%d",i--);
Forum: C Sep 28th, 2007
Replies: 7
Views: 704
Posted By alsoumhi
Re: wht will be the o/p?

it is easy
i is 5
then -- i which means (i) is 4
then i-- which will appear 4 then i will be 3 then
++i which means increase by one so (i) is 4 then
-- i becomes i is 3, then print last (i) which...
Forum: Java Sep 27th, 2007
Replies: 4
Views: 640
Posted By alsoumhi
Re: static

static in simple words means that we are not able to use instance variables(the class variabes)which don't have the word static in the main method or invoking other methods those don't have the word...
Forum: C Sep 27th, 2007
Replies: 9
Views: 1,425
Posted By alsoumhi
Re: converting binary to decimal

sorry I missed the for looping after the scanf
for(i=10;i>=0;i--){
// put here the program as mentioned above
}

return 0;
Forum: C Sep 27th, 2007
Replies: 9
Views: 1,425
Posted By alsoumhi
Re: converting binary to decimal

sorry jokerjokerer what I have done is not correct How!!!!.
let's say we have this binary number00000000001 by the privous programming gives the result equal to 2048 and that is wrong the correct...
Forum: C Sep 26th, 2007
Replies: 9
Views: 1,425
Posted By alsoumhi
Re: converting binary to decimal

please reply to me if it is correct thanks
Forum: C Sep 26th, 2007
Replies: 9
Views: 1,425
Posted By alsoumhi
Re: converting binary to decimal

Ok try this,

int x[11];
int i=11,decimal=0;
for(i=0;i<11;i++)
/*here to allow the user to enter 11 binary numbers*/
scanf("%d",&x[i]);

for(i=10;i>=0;i--)
{
Forum: Java Sep 24th, 2007
Replies: 2
Views: 1,973
Posted By alsoumhi
changing from char type to string type

How are you guys, I need your help in java
could someone know how to change from character to string

what I mean is that let's say I have a variable x with char type and it has a value a.
so how I...
Forum: C Sep 24th, 2007
Replies: 3
Views: 1,643
Posted By alsoumhi
question in return string

Hi,guys how are you
I just want to ask in c programming that how to return a string to a main function

thanks.
Forum: C Sep 17th, 2007
Replies: 7
Views: 1,514
Posted By alsoumhi
Re: Swapping Without Third Variable

I have another way to solve your problem

1. x=x+y;
2. y=x-y;
3. x=x-y;
Forum: Java Sep 17th, 2007
Replies: 1
Views: 309
Posted By alsoumhi
I need help in data file please

Exuse me gys, I am a biggener in java and I would like to know
how to use the data file in java
such as taking data from the file and printing the data in new file
is there any class library carring...
Forum: C Sep 14th, 2007
Replies: 7
Views: 1,512
Posted By alsoumhi
Re: Fixed Point Implementation

I may help you in doing this

could you wait me because I just read your message

thanks
Showing results 1 to 23 of 23

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 4:03 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC