3,464 Topics
![]() | |
I'm still a beginner, so please bear with me;) I'm supposed to write a code that generates the Fibonacci series. Here is the sample program output: Please enter n (This program generates 0 to Fn) : 5 0 1 1 2 3 5 So, that's what I did.. [CODE] .data … | |
Hello everybody, I am trying to get four operating systems running on my Laptop: Windows 7, Fedora, FreeBSD, OpenSolaris. I am have them on my hard-disk( because I can see them when I boot my computer from GParted CD), but I am not able to boot them. At any point … | |
Hello, I have an assignment where we are supposed to populate an operating system's ready queue with processes and try various process scheduling scheme and record their wait times. To do this i made a rudimentary structure for a process: [CODE]typedef struct{ int ID; int wait_time; int exec_time; }process; [/CODE] … | |
Ok, so here is the issue. Last week I got a Code 10 on a flash drive. I plugged it into other computers with other operating systems, same thing. I thought the device just died. Then today my Ipod got the same code, again it fails to work in other … | |
My question is related to Window 7. My current operating system is XP, if i install window 7 on it. What about system drivers will window 7 configure itself or want to intall again. Waiting for answers. | |
Hi I am new to C. I'm taking an operating systems class right now and I have a project that requires me to create a set of semaphores. The command line takes in: filename ropt NS value1 value2 value3...valueNS Where argv0 is the filename Argv1 is the option to remove … | |
Hi, As part of porting a (mostly C++) library[1] to a "new" operating system[2], I'm trying to link the library's semaphore class to the platform's semaphore implementation. The problem is that the library assumes that the semaphore implementation will be a modern POSIX one[3] but the operating system's semaphores are … | |
Hi I have the below code and when i open it in I.E i get this error Error Executing Database Query. [Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name 'Language'. Do i need to enter a database @ the datasource= [code]<!--- GetLanguage ---> <cfquery name="qLanguage" datasource="#request.DSN#"> Select LanguageID, LanguageCode, LanguageName from Language </cfquery> … | |
Hello Everyone, Can anyone tell me the source code for downloading software using Java. Thanks in advance. | |
Hi when i view the pages that i built in firefox it shows good, where as in IE the menu bar floats..... so whats the problem with this...are there any hacks that i need to fix it....i used dreamweaver cs4 sprymenubar.... this is the CSS code.... @charset "UTF-8"; /* SpryMenuBarHorizontal.css … | |
Hi i have this form below and i cannot get it to display as a .cfm file within I.E. and i also get this error The value of the FROM attribute is invalid. The length of the string, 0 character(s), must be greater than or equal to 1 character(s). I … | |
[B]According to Walter E. Trabbold, controller of the Bank of Delaware, "We have defined it [development of management information systems] in terms of six subsystems.'' These are:[/B] [COLOR="Red"]a. Development of a central (customer information) file. b. Computerization of all operations: demand deposits, savings, commercial loans, mortgage loans, investments, and clubs. … | |
have got a new 2nd hand tower[optima].there are no pragrammes on it[was used in an office] everything was wiped.I have an operating system ;reinstallation cd'[[dell]] will this load xp onto it | |
I have a system that I am responsible for that is wrapping printouts around by a character. It is printing "@" at the first of every line and dropping the last character of the line. This began after a bad shutdown and a system cleaning. Any thoughts would be appreciated. … | |
Since I'm a computer major, I want to get and learn as many operating systems at home as I can. I currently have a laptop with Vista and a desktop with XP. So I'm good for both of those. I'm ready to reformat the desktop so I thought what I'd … | |
When I reformatted and reinstalled all of Windows XP (last year or so), I feel I might have screwed up and somehow kept the other version on it. The reason I think this is because now, whenever I start up, it comes up with a black screen that asks which … | |
I'm coding a project in C#, VS2010, using SQL Express 2008 as the data source. Whenever any other application connects to the database (such as Management Studio), the next time my C# application runs, it cannot access the database. The error is "Operating system error 32". Unable to open the … | |
I just installed Windows XP Pro, and I screwed something up, so I reinstalled it. I didn't delete the first partition, I just copied the files over the old one. NOW, when I reboot my computer, I'm forced to choose between the two, the messed up one, and the fresh … | |
So now we know that Microsoft is pushing out the release version of the latest in the operating system line-up, Windows 7, starting this week on the 30th April [URL="http://www.daniweb.com/blogs/entry4283.html"]according to official sources[/URL]. However, we also know from various news reports that many existing Windows users are not exactly head … | |
i having problem to operate win xp because i block devmgmt.msc services using gpedit.msc then i can't access my cd rom control panel etc how to recover it plz help | |
Hi, I am using win2000 Operating system and using microsoft visual studio to develop my application and while running i am getting debug assertion failed error. | |
can anyone please give me c code for aging in operating system? | |
For some time now I have wondered about a file called Thumbs.db that appears in many folders on my computer. I finally decided to do a little research to find out what it is. It turned out to be pretty innocent, yet unnecessary. The thumbs.db file is generated by the … | |
I have a Compaq Armada M700 with a Pentium 3 750mhz processor (256mb RAM). The computer was working fine until I pulled the battery out to see what size the battery was. I was thinking about going ahead and getting a new battery since it was the original battery that … | |
Hello, It's been a few months since I haven't been able to launch Codeblock's debugger, when I launch the debugger I always get this (example): [B]Adding source dir: C:\Users\Me\Desktop\L2\SDD\TP2\ Adding file: bin\Debug\TP2.exe Starting debugger: failed[/B] I have tried: [LIST] [*]Reinstalling [*]Reinstalling (uninstall done using Revo Uninstaller) [*]Installing latest version of … | |
SKIP to LINE 117 [CODE] #include <iostream> #include <windows.h> #include <fstream.h> #include <stdio.h> #include <stdlib.h> using namespace std; char n , p , m , L , F , E; int v , x , y , O , z , q , R; int main() { SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), 14); cout<<"This … | |
so, i inserted windows xp into the drive attempting to format, and re-install... everything was running smoothly, until about half way through, it asked for the SP2 disc (i have xp pro WITH sp2 on the disc)... so obviously i didnt have the disc. restarted, and tried again, but then, … | |
my laptop (HP Compaq nx6115; Windows XP SP3) is in a mess right now, i don't know what to do with it, it got a virus i believe and i haven't installed any anti virus yet, but when i am installing one, it didn't pop up like when we are … | |
So I'm simulating a File system for my Operating Systems class. I'm kinda lazy and didn't want to do it in C, so I did it in Java :(. I also didn't make any new data structures, I just made a File and Directory class, where the Directory class has … | |
im trying to read in a string using spaces to separate integers, then display the total of all the seperate integers in the string....Any help would be greatly appreciated [CODE] .data Prompt1: .asciiz "\nPlease enter a list of integers." newline: .asciiz "\n" Buffer: .space 400 .globl main .text main: li … | |
Dear All, I am opening the excel file to create the object of that excel file using 'Microsoft.Office.Interop.Excel'. It is working fine with file system and local iis server on windows xp operating system. But when running the same code on windows 2003 operating sytem on local iis pagerequest time … | |
[ATTACH=RIGHT]17677[/ATTACH]Here at DaniWeb, we've talked a lot about [URL="http://www.daniweb.com/reviews/review313227.html"]Intel Parallel Studio[/URL]. I recently had the chance to sit down with Intel's James Reinders, and find out more about his take on [URL="http://software.intel.com/en-us/intel-parallel-studio-home/"]Parallel Studio 2011[/URL]. Mr. Reinders (pronounced Rhine-ders) is a senior engineer at Intel and has been with the company … | |
Hi, I'm new to this forum and would like to ask a question relating to C#. I am trying to make my custom OS, and shutting it down, but I am encountering a problem. Here is what I have so far: [CODE]using System; using Cosmos.Compiler.Builder; namespace CosmosBoot1 { class Program … | |
I recently purchased a Linux VPS the following specs. Operating system: CentOS Linux 5.5 Webmin version: 1.520 Kernel and CPU: Linux 2.6.18-028stab070.4 on x86_64 Processor information: Intel(R) Xeon(R) CPU E5630 @ 2.53GHz, 16 cores Real memory: 512 MB total, 361.74 MB used Local disk space: 30 GB total, 3.62 GB … | |
Hello, I am fairly new to this site and am new at studying unix/linux OS. Recently I had an assignment involving finding a script that had run an administrative task such as checking file systems periodically. With it, I had to take each line and describe in my own terms … | |
When I was trying to return to 10.2.8 after working in 9.2 for a while- the computer froze up and nothing worked to unfreeze it. When I tried to reboot- I got the blinking question mark folder icon. I believe this means the computer cant find the operating system to … | |
Hello i need help to switch one operating system to another one just by clicking the switch button . I saw that in a video long time ago where we can have a button to click to go one system to another . Can anyone guide me how i can … | |
icon_confused:Hiii.........could anybody here explain which is more reliable among the network operating system and a distributed operating system and why????? and what are the various differences between these two????? thanks in advance | |
Hello All, I'm wondering if someone may help me interpret the report that Windbg has generated? This box doesn't crash very often, but it seems to if I really drive the CPU. If I'm making a dvd file from an avi which I often do with DVD flick it nearly … | |
Hi, I have recently purchased a Sony Vaio Laptop with wifi support that is inbuilt or onboard. I already have a Asus P5E3 Deluxe motherboard at my home with ram 2 gb, 9800 gtx card and a quad core processor. Now, I connect this pc with a broadband connection at … | |
I have created setup file of my program & it shows error when I install it there in another pc which doesnt have visual studio. Even I have tried to install it there in another pc which has visual studio & it worked well. I am confused. It shows following … | |
Hi, I have some problems just to write a simple string output to some txt.file. That is my test code: [CODE]test = open('Test.txt', 'w') test.write("Teststring") test.close()[/CODE] I use Python 2.6.5 and PyScripter If I direcly enter the code in the IDLE SHELL, sometimes it works, sometimes only the file is … | |
I recently bought a new HannS.G 22Inch widescreen TFT monitor and it displays a 1 pixel width vertical line of varying colours from top to bottom, which overprints the entire display, however it only shows up in the operating system, i.e.not in the bios at startup. The line is on … | |
hi.... if i download UBUNTU OS in my system....will it work with my existng windows or ll replace it??? will i get it while em offline???? | |
Hello, I need a simple open source audio library that can be used to play music and sound effects for C/C++. The audio files that I use are mp3, midi and ogg. My operating systems are Windows XP and Linux (Ubuntu). I need that the library be able to play … | |
Hi!! I have written three classes (two of which are most relevant) and am required to construct an operating calculator. This is the CalculatorPanel: [CODE]/* * CalculatorPanel.java * * Lab 19, COMP160, 2010 * * An alternative GUI front end for the Calculator class * */ import javax.swing.*; import java.awt.event.*; … | |
I recently purchased a Gateway labtop off ebay and that person said he wipped the harddrive clean so I tried to load my Windows Genuine Advantage kit for Windows XP professional on to the labtop it will load up to the point which it will say coping files then will … | |
Hi Yesterday when I started my computer it would not run. Today I have looked around the web and the syptoms seem to link the problem to the hard drive. I have bought another but still no luck. I have had the cover off, cleaned off the fans (they work … | |
Working with a netbook with 1Gh Processor and 1 Gb memory Only some supportive software such as adobe reader, flash AVG anti virus, malware, etc. The hard drive is 60% free and regularly maintained with diskclean and defrag. Exploit software used is" - Windows Defender - Malware Bytes - AVG … | |
I have a question about software design in general. Bear with me as I attempt to explain my concept, as I am not a software developer or programmer. However, as someone who has worked and troubleshot hardware and software issues for the past 15 years, there is a concept that … |
The End.