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
1 Commented Post
0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for Foxtildawn

I have a laptop that has a cdrw/dvdrom drive that suddenly stopped working. i looked in the device manager and the drive is not even listed to be on the computer. I dont understand this considering it worked a couple days ago. Any ideas on what to do would be …

Member Avatar for JANINE
0
135
Member Avatar for Foxtildawn

i keep getting error messages when i try to build my program: EmpType.obj : error LNK2001: unresolved external symbol "public: __thiscall SortedType::SortedType(void)" (??0SortedType@@QAE@XZ) EmpType.obj : error LNK2001: unresolved external symbol "public: void __thiscall SortedType::ResetList(void)" (?ResetList@SortedType@@QAEXXZ) I also get the same error for InsertItem,GetNextItem,DeleteItem,RetrieveItem,LengthIs any help in understanding this would be …

Member Avatar for Narue
0
160
Member Avatar for Foxtildawn

Floating Point Representation: I have to convert 21.426304 into an Unnormalized number. It has to be 16 bits long with a 1 bit sign, 5 bit exponent, and a 10 bit sinificand. I understand that you have to take the fraction of the original number or something along those lines …

Member Avatar for murschech
0
61
Member Avatar for Foxtildawn

I keep getting this error message and I cant figure out how to fix it. Im not sure whether I have been trying to fix it for to long or somehting that maybe im not seeing the problem: ItemType::ItemType' : error in function definition or declaration; function not called it …

Member Avatar for Narue
0
162
Member Avatar for Foxtildawn

I keep getting this error message about intializing a varible as a string type: `string' does not name a type I cant figure out how to get rid of it even though i have #include<string> any help would be great: [code] #include <string> #include <fstream> int MAX_ITEMS = 5; enum …

Member Avatar for Narue
0
77
Member Avatar for Foxtildawn

I am trying to understand Excess 127. I have a homework assignment that asks me to use excess 127 on the numbers 127 and -81. any help in understanding how to do excess 127 would be a lot of help...thanks

0
66
Member Avatar for Foxtildawn

I have a homework assignment dealing with binary numbers and integer representation: one of the questions is that I have to represent 127 and -81 in signed magnitude. any help on understanding the process of this would be helpful thanks.

Member Avatar for Siersan
0
65
Member Avatar for Foxtildawn

I keep getting an error message when i try to run this program. It says he error is located at the cin >> fileName line in the load function. Any help would be great thanks: error C2679: binary '>>' : no operator defined which takes a right-hand operand of type …

Member Avatar for Narue
0
158
Member Avatar for Foxtildawn

Im getting some interesting error messages when i try to compile my program here is the error messages: expected unqualified-id before "namespace" expected `,' or `;' before "namespace" expected namespace-name before ';' token '<type error>' is not a namespace Here is my code...any help would be greatly appreciated #include <iostream> …

Member Avatar for jwenting
-1
181
Member Avatar for Foxtildawn

i get a couple error messages when i try to compile this program...I dont understand how to fix them and i was hoping for some help.....The error messages i get are: error C2146: syntax error : missing ';' before identifier 'inData' error C2501: 'ifstream' : missing storage-class or type specifiers …

Member Avatar for Narue
0
186
Member Avatar for Foxtildawn

help! im trying to input data from a file into an array. I cant figure it out...this is what i have: inData.open(fileName.c_str()); int i=0; while(inData) { inData >> T[i]; i++; size++; } thanks

Member Avatar for 1o0oBhP
0
111
Member Avatar for Foxtildawn

im trying to insert a number into an array but when i insert a number it deletes the last number instead of increasing the array size by one....this is the code i have: void Insertion(float T[100],int size) { float target = 0.0; cout<<"Enter the number you are inserting"<<endl; outData<<"Enter the …

Member Avatar for 1o0oBhP
0
87
Member Avatar for Foxtildawn

im trying to insert a number into an array but when i insert a number it deletes the last number instead of increasing the array size by one....this is the code i have: void Insertion(float T[100],int size) { float target = 0.0; cout<<"Enter the number you are inserting"<<endl; outData<<"Enter the …

Member Avatar for jwenting
0
77