User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 397,634 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,406 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 37 of 37
Search took 0.01 seconds.
Posts Made By: YoTaMiX
Forum: Java Dec 5th, 2006
Replies: 2
Views: 664
Posted By YoTaMiX
Re: Big Problem , cannot fix it

public static int EliminatePlayers(int max,int min,int numOfPlayers)
{
int killCount=0;
int retValue=0;
for (int i=0;i<10;i++)
{
if (rollArray[i]==min)...
Forum: Java Dec 5th, 2006
Replies: 2
Views: 664
Posted By YoTaMiX
Help Big Problem , cannot fix it

Hello to you all ,

I am attaching a HW project which i made in Eclipse 3.2 Enviorment.
It is a Cube tourney that each game consists 10 players.
Round 1 is 100 Games , each winner is sent to the...
Forum: Java Nov 11th, 2006
Replies: 5
Views: 1,945
Posted By YoTaMiX
Re: Java - Creating a MultiTable from User-Input Numbers

I wish to get 10 numbers from User and store them somehow without an array for that matter and get the same MultiTable to those numbers.
Its very tricky , i tried using some sort of SUM Varieble but...
Forum: Java Nov 11th, 2006
Replies: 5
Views: 1,945
Posted By YoTaMiX
Re: Java - Creating a MultiTable from User-Input Numbers

Well , i.e. :
if the input is numbers from 1 to 10 :
1 2 3 4 5 6 7 8 9 10
2 4 ...................20
3 6....................30
4 8....................40
5 10 .
6 12 ...
Forum: Java Nov 11th, 2006
Replies: 5
Views: 1,945
Posted By YoTaMiX
Help Java - Creating a MultiTable from User-Input Numbers

Hello to all the Readers ,

I am trying to create a Multi-Table from 10 Numbers given by a user.
I cant figure it out why the Multitable isnt shown correctly. I tried
to enter the 1-10 numbers to...
Forum: C Jun 13th, 2006
Replies: 2
Views: 1,033
Posted By YoTaMiX
Help Re: Void** Array - Implement With Strings - Problem

#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#include<string.h>

typedef struct Queue
{
int first;
int full_size;
int present_size;
Forum: C Jun 13th, 2006
Replies: 2
Views: 1,033
Posted By YoTaMiX
Void** Array - Implement With Strings - Problem

Hello to you all ,

I am Trying to Implement Code for Void** Array which will Store
Strings in a QUEUE system .
I can see the Strings in the Queue .
I am sure i dis the Casting OK, But i need a...
Forum: C Jun 1st, 2006
Replies: 5
Views: 1,080
Posted By YoTaMiX
Re: Void* Array - HELP!

so you are suggesting a Struct of Type to Use and DATA is the field itself?
1= sVal and so on? :-)
we are forced to use VOID* ARRAY ... :-)
anyhow , after i store the data , i need to find the two...
Forum: C Jun 1st, 2006
Replies: 5
Views: 1,080
Posted By YoTaMiX
Re: Void* Array - HELP!

thank you :-)
follow up question - if i wish to print out the array , do i need typecasting as well , like in Scanf ?
Forum: C Jun 1st, 2006
Replies: 5
Views: 1,080
Posted By YoTaMiX
Void* Array - HELP!

Hello ,

I wish to create a User-Defined array (1=float , 2=int) and to ALLOC
the array properly. I defined void* ARR in main function
and is a SWITCH (choise) i will make the desired array.

why...
Forum: C May 27th, 2006
Replies: 4
Views: 1,223
Posted By YoTaMiX
Re: HW Assignment - Checking Brackets using Stack

A few things :
1. how do you Take off the Top each time if not in that way?
2. Added Break Statements , still causes problems in Expression check ,
each EXP check gets OK ....
3. the If...
Forum: C May 27th, 2006
Replies: 4
Views: 1,223
Posted By YoTaMiX
Help Re: HW Assignment - Checking Brackets using Stack

I see your point :-)
i build something , but for some reason , it will state all Expression are OK and i tried to Debug it , and i cant figure what went wrong... Code Added . The check is though...
Forum: C May 27th, 2006
Replies: 4
Views: 1,223
Posted By YoTaMiX
Help HW Assignment - Checking Brackets using Stack

Hello to you all ,

I am required to write a program which gets a Math Expression (without checking it is good) and put in Stack only the Brackets .
Implementation of Stack is One-Way Linked List...
Forum: C May 12th, 2006
Replies: 1
Views: 585
Posted By YoTaMiX
Help Menu repeats itself

Hello :-)

I have build a task of Linked List but for some reason , after i break the Input sequence by entering the same INT value twice in a row , the menu appears twice . howcome?

Thank , Code...
Forum: C May 1st, 2006
Replies: 4
Views: 2,139
Posted By YoTaMiX
Re: bitwise operations in C

that code is actually adding 1 in place of index ?
Forum: C May 1st, 2006
Replies: 4
Views: 2,139
Posted By YoTaMiX
Help bitwise operations in C

Hello :)

i need to write a program which gets from user number and index
( 0 <= number <= 255 , 0<=index<=7) .
then to add up to the number in bitwise a 1 in the place of the index :
if number is...
Forum: C Apr 23rd, 2006
Replies: 1
Views: 523
Posted By YoTaMiX
Help gcc problem with standard C

Evening :)

I am trying to run a makefile on a program i wrote.
in Borland C it runs smoothly .
after running the makefile - all sorts of error appear which i do not understand.
i am adding the...
Forum: C Apr 23rd, 2006
Replies: 4
Views: 676
Posted By YoTaMiX
Re: C problen with Files

I did just that . now it messes up another string - i'll figure it out
somehow , the thing is , we were never tought the subject BUFSIZ and
"sscanf" - so no offence there ;)
i got slapped on using...
Forum: C Apr 23rd, 2006
Replies: 4
Views: 676
Posted By YoTaMiX
Re: C problen with Files

I guess i didnt see it - sorry mate :confused:
Forum: C Apr 23rd, 2006
Replies: 4
Views: 676
Posted By YoTaMiX
Help C problen with Files

Hello to you all ,

Major problem in C , Files included

Summary of problem :
Program will not copy the feild "name" from struct "univ->std.name" properly. the rest of data is presented fairly.
do...
Forum: C Apr 18th, 2006
Replies: 3
Views: 566
Posted By YoTaMiX
Re: Help! Unknown bug in Writing to file

i ment - i can't figure it :) LOL
Forum: C Apr 18th, 2006
Replies: 3
Views: 566
Posted By YoTaMiX
Help! Unknown bug in Writing to file

Hello to you all ,

I have a program who i want to copy one input.txt to a output.txt
and for some reason it duplicates the string and it doest create a full duplicate .

i am over this for a few...
Forum: C Apr 16th, 2006
Replies: 3
Views: 813
Posted By YoTaMiX
Re: Files in C

I did so , however , only the first name was fixed .... how bizzare.
1. what does "buff" stands for , after all it has no Value.
2.BUFSIZ shoulde be defined or resized each reading from source...
Forum: C Apr 16th, 2006
Replies: 3
Views: 813
Posted By YoTaMiX
Files in C

Hello to you all ,

I am having a little trouble in C , working with Files.
for some reason , it doesnt copy to output file the first letter and jumps
over 3 digits of the last number in the file ....
Forum: C Apr 3rd, 2006
Replies: 9
Views: 1,138
Posted By YoTaMiX
Re: C problem in strings and recursive check

thanx , that will suffice :-) cheers!
Forum: C Apr 3rd, 2006
Replies: 9
Views: 1,138
Posted By YoTaMiX
Help Re: C problem in strings and recursive check

I am putting up the code in attachment.... i tried watching the process and i still cant find whats wrong

thanx :D
Forum: C Apr 2nd, 2006
Replies: 9
Views: 1,138
Posted By YoTaMiX
Re: C problem in strings and recursive check

the first IF is the stop condition for loop , if first letter doesnt match , it will not run on the rest of the strings. no?

yotam
Forum: C Apr 2nd, 2006
Replies: 9
Views: 1,138
Posted By YoTaMiX
Help C problem in strings and recursive check

Hello to you all ,

I have been assigned to in C to build a function which will take 2 strings and count (in recursive way) how many chars are alike (case sensitive).
I have setup the main and also...
Forum: C++ Mar 25th, 2006
Replies: 5
Views: 3,156
Posted By YoTaMiX
Re: Compiling in Fedora Core 4

where is it located , the compiler in the Fedora System .... i cant find it
Forum: C++ Mar 25th, 2006
Replies: 5
Views: 3,156
Posted By YoTaMiX
Compiling in Fedora Core 4

Hello :-)

I have installed Fedora Core 4 and we learn in college C++ .
where can i find a C++ author and compiler for Fedora Core 4?

Thank you
Forum: MS Access and FileMaker Pro Feb 6th, 2006
Replies: 0
Views: 1,960
Posted By YoTaMiX
Access - Duplicate a number of fields when opening a new form

Hello ,
I wish to Duplicate certain Fields in the same tables when i open a new form that is related to that same table .
If i create a button of Duplicate Record , he will duplicate the Primary Key...
Forum: C++ Jan 28th, 2006
Replies: 2
Views: 955
Posted By YoTaMiX
Help Recursive Assignment in HomeWork

Hello to you all ,

i have recieved an assignment to build a recursive function
which will recieve an array which has to check if it is "Up&Down" from both sides : Example : 2 5 6 12 7 5 2...
Forum: C Jan 23rd, 2006
Replies: 1
Views: 1,246
Posted By YoTaMiX
Help struct comparison - not working

Hello to you All ,

For some reason , the Compiler throws me an Error
"Illegal Operation" on the Comparison described below :

#include <stdio.h>
#include <math.h>
#include <conio.h>

typedef...
Forum: C Jan 21st, 2006
Replies: 6
Views: 3,320
Posted By YoTaMiX
Forum: C Jan 21st, 2006
Replies: 6
Views: 3,320
Posted By YoTaMiX
Re: Sorting 2D Dynamic array of integers , Snake Style

Hello again ,

I am adding the Code for the Prog .... where the remarks are,
its is where i stuck . thanx again
Forum: C Jan 21st, 2006
Replies: 6
Views: 3,320
Posted By YoTaMiX
Re: Sorting 2D Dynamic array of integers , Snake Style

question : how Qsort will help me? if a 2D array is one big 1D arrray , should i work line by line ?
Forum: C Jan 21st, 2006
Replies: 6
Views: 3,320
Posted By YoTaMiX
Help Sorting 2D Dynamic array of integers , Snake Style

Hello you all!!!
I got an Assignment to sort a Randomized Dynamic 2D Matrix of Integers , Snake style : for Example : biggest number in row 0 , after it follows (beneath it , vividly) the next number...
Showing results 1 to 37 of 37

 
All times are GMT -4. The time now is 10:10 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC