Dear developers : eGovernment operating system project is a complete operating system project that will be designed and implemented from scratch. Join the ...
Hi I am surprised by viewing same output in following cases int x=0xffffffff; x=x>>32; print x; x=x <<32; print x; same is the case when x is taken as unsigned...
Dear developers : eGovsh is a complete operating system project.Join the project to get the experience you deserve. email : sherifmagd@... visit us at...
... Shifting left or right causes undefined behaviour if the right operand is equal to (or greater than) the width of the promoted left operand. In all the...
hi, What is the object of this project?. how its going to be unique when comparing to the existing operating system?. sourceforge site doesnt have much details...
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Mar 1, 2006 1:23 pm
10167
Dear members , Our group's main motive is to sharing knowledge & experinces of each other, solving each others technical problem. Please follow the following...
Programmers-Town@yaho...
Mar 1, 2006 1:23 pm
10168
... It's spam. Of sorts. It's been mailed to at least 10 of the groups I'm subscribed to, and even a group I own (which has nothing to do with this.) ... about...
thanks for the info paul. ... It's spam. Of sorts. It's been mailed to at least 10 of the groups I'm subscribed to, and even a group I own (which has nothing...
This company is a growing, exciting software start-up with a whole lot of potential and a newly invented product offered free to the public. We are looking for...
Hello, We at Esika Infotech Pvt. Ltd have an opportunity for you with our Esteemed Client America Online (AOL). This is among one of the biggest company of...
Hi everyone,, I am using Berkeley DB (Version 4.3) in unix. After installation , i tried to compile some examples. I got the following err msg. ... collect2:...
... That is a linker error. you'll have to add '-ldb' to the compiler options. That will include the libdb.a at the time of linking. -- .o. A proud GNU user ...
... LD(linker) can't find where is libriary with db_create() function. You should tell him to use libriary with this function, and where to find it. in linux...
mlodedrwale
mlodedrwale@...
Mar 6, 2006 12:02 pm
10176
Dear developers : Join e-government operating system open source project . email : sherifmagd@... visit us at https://sourceforge.net/projects/egovsh -...
Thk u Joe. Its working fine ... That is a linker error. you'll have to add '-ldb' to the compiler options. That will include the libdb.a at the time of...
Dear Sherifmagd, What will we have to do join the developer team for eGovernment OS open source? I will appritiate if you tell me abt skills which are...
i want to know.. how to include mouse recognition in a c program... ie depending on the mouse click .. or movement of mouse some desired operation must...
Hi All, Is there any way to apply reverse engineering on the libraries created under Unix or Linux.... I mean shared and static libraries (.a and .so libs). I...
HELLO THERE, I AM FACING PROBLEM IN UNDERSTANDING THE DIFFERENCE IN OUTPUT OF THE TWO EXPRESSIONS....AS BOTH THE EXPRESSIONS ARE THE SAME ONLY THE CONTEXT IN...
hi i got this program from a site for reversal of a string but i cant understand the concept used asim new to programming please help me its urgent. ...
Hi Guys, We are deviating from the topic I suppose and we are wasting our precious time on the trivial issues.Anyway we will try to find out the solution to...
... C doesn't have things called "virtual constructors", however the Clone() method is a way of achieving virtual constructors. It's a bit like saying C...
Hi Pakuva, If u r using windows you can use dos.h for the same . below code shows the same. You can see other interrupt services from dos at the end of code...