Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~4K People Reached
About Me

Student

Interests
Driving , Pubs
PC Specs
P4-2 Ghz , 1GB of RAM
Favorite Tags
Member Avatar for YoTaMiX

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 Only. Examples for Good/Bad Expressions : (a*{b+c}-4/x +[e-5]) - GOOD (5+} - BAD …

Member Avatar for Berkut
0
272
Member Avatar for kc0arf

Fedora Core 5, the next version of software based on RedHat Linux of long ago, was released in Mid-March to the masses. I am sure that others have looked at the alpha and beta releases -- I waited until the the official release before looking at the software. Initial reactions: …

Member Avatar for blud
0
257
Member Avatar for YoTaMiX

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 SemiFinal. than 10 Games of Semi - each winner …

Member Avatar for YoTaMiX
0
124
Member Avatar for YoTaMiX

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 get the result we all know and still nothing good came …

Member Avatar for iamthwee
0
284
Member Avatar for YoTaMiX

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 fresh pair of eyes. Also is …

Member Avatar for YoTaMiX
0
145
Member Avatar for YoTaMiX

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 doesnt it work? Code is attached . thanks :-)

Member Avatar for Ancient Dragon
0
173
Member Avatar for YoTaMiX

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 Attached . Yotam

Member Avatar for Ancient Dragon
0
76
Member Avatar for YoTaMiX

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 102 which is 01100110 and …

Member Avatar for Bench
0
189
Member Avatar for YoTaMiX

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 files (program + header + error DOC ) . [B]Makefile …

Member Avatar for Ancient Dragon
0
142
Member Avatar for YoTaMiX

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 not touch function "output_university" . Thank you , yotam , Israel .

Member Avatar for YoTaMiX
0
223
Member Avatar for YoTaMiX

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 hours now and i can figure it out. …

Member Avatar for YoTaMiX
0
115
Member Avatar for YoTaMiX

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 . whats wrong , i cant find it …

Member Avatar for Salem
0
280
Member Avatar for YoTaMiX

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 a function which recieves the input from user . I …

Member Avatar for YoTaMiX
0
174
Member Avatar for YoTaMiX

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

Member Avatar for WolfPack
-1
146
Member Avatar for YoTaMiX

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 - which i do not want to "Duplicate OK" …

0
90
Member Avatar for YoTaMiX

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 . according to the specs of the H.W assignment …

Member Avatar for beuls
0
140
Member Avatar for YoTaMiX

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 struct { double x,y; } Point; typedef struct { Point l, r; } Rectangle; typedef struct { Point Center; double …

Member Avatar for Narue
0
108
Member Avatar for YoTaMiX

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 : 1 2 3 4 5 10 9 8 7 6 …

Member Avatar for YoTaMiX
0
1K