Search:
Type: Posts; User: Q-bel; Keyword(s):
Search:
Search took 0.01 seconds.
-
December 22nd, 2011 01:59 AM
Same here. This was my favorite learning place back in the day but little by little it got abandoned. Some of the biggest contributors (teachers really) stopped contributing as well and maybe that...
-
Thank you nihil. I will try to look for agencies around the area and see how that works out.
-
Hello there everyone. As I seem to find so many answers here, I have decided to see if I can find one for something a little bit different. I am currently working in Puerto Rico but for different...
-
November 12th, 2007 01:44 PM
SirDice, that was exactly what was happening. Thanks for the knowledge.
-
November 11th, 2007 06:52 PM
I will check that tomorrow and see if that is the problem. I will let you know. Thanks for your reply
-
November 9th, 2007 06:28 PM
Hey,
I am trying to install IIS on a windows 2000 professional SP4 box but when I get to the add/remove windows components I do not see IIS on the list. Have any of you guys seen something similar...
-
I was asking in another post about making modules, changes to the 2.6 kernel scheduler etc etc. for a operating system project......The project was a total disaster, so basically Im asking to anyone,...
-
Well guess nobody who has done something like that has seen this but just in case another question, is there an easier way to compile a module besides doing a makefile?? I was using kdevelop and...
-
We are working on a OS project were we are modifying the scheduler for the liux kernel 2.6. Anyways we want to make this changes dinamically (changes will prioritize CPU bound or I/O bount...
-
Thanks a lot guys, definitely going to help. Oh and i2c, ill be using fpga's .
-
Hey there, Im just working on a project for a crypto class and I decided to implement blowfish on VHDL(Hardware Description Language) to run on a hardware piece. Anyways, the real question is that...
-
March 15th, 2005 01:29 AM
Okay, when talking about the virtual memory concept yes paging is used, in my book the first approach to the theme is with and example where you have the whole program of course in the disk but then...
-
March 14th, 2005 11:18 PM
Well the subject basically says it all. While in my OS class we've been discussing memory management and of course with this comes the discussion of paging and segmentation. My question is, what kind...
-
January 21st, 2005 03:29 PM
Hello there everydody, just wondering if anybody could spit out some ideas for a project for an operating systems class Im taking this semester. All the professor gave out was this so its really...
-
Was looking at some C++ code and saw a line of code that appeared a little bit weird. Wonder if someone around could have an idea, mdy is a variable:
y = (mdy>>9) && 0x7f + 1900;
this is...
-
April 11th, 2004 05:46 PM
Just wondering if anybody knew about any tutorial around explaining the use of MSChart Control for VB6. Ive found a lot of examples, but many of them become confusing at one point or another. Im...
-
Okay after some research and a lot of stupidity by myself Ive reached this question, is there a way to use a function that is defined for microsoft excel(ie its in its libray, specifically the...
-
Thanks for the link, problem is when i look in the VBA project references the only type of files i can refer to are .olb, .tlb, .dll., .exe, .ocx but nowhere to be found is a .xls.
-
I was wondering if someone can explain to me how to install and add-in for VB6. The situation is I needed to use the error function (ERF()) in a program and fortunately it exists already in the MSDN...
-
February 28th, 2004 08:47 PM
Oh and since I mentioned MIPS, Im wondering if anybody experienced in its use can give me a proper definition of the "lw" and "sw" commands
What is the difference between loading a word and...
-
February 28th, 2004 05:12 PM
Exactly what i want to do is pass the address cause my assignment is to do a direct translation from C++ to MIPS. Funny thing I have it done in MIPS and C++ which is the language I dominate was the...
-
February 25th, 2004 06:40 PM
Does anybody know if it is possible in C++ to send the address of a function as a parameter to a function.
Example
foo( void* a[], int lenght i, int size, int compare(void* uno, void* dos));
...
-
February 8th, 2004 03:23 PM
Yes it seems as it is IE Hijack day, I myself have had problems with it, now I got two friends saying there are a lot of pages that any other day would open, not oppening at all. Has anyone heard of...
-
February 3rd, 2004 10:13 PM
Thanx for clearing that up about the directories, about opening up explorer that was just an example. Its just that im working on a research with a teacher I took a materials class with and I have to...
-
February 2nd, 2004 07:24 PM
#include <stdlib.h> //#include <cstdlib>
#include <iostream.h> //#include <iostream>
//using namespace std;
int main(int argc, char *argv[] )
{
if(argc!=2)
cout<<"Syntax: run...
|
|