Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~10K People Reached
Favorite Tags
Member Avatar for UtaChan

Ok the idea is to upgrade the HD and memory without upgrading my mobo (hopefully) I currently have 2 memory sticks both same company but different models (I think) but rest is the same they are 1333. things I wanna check compability with (things I have): my graphic card is …

Member Avatar for caperjack
0
213
Member Avatar for UtaChan

I am working on an asp,c# .net project for college. and it all works fine but the method are severly misplaced. For example the page which should load a test contains the test checking and evaluating. I think it should b on a class of its own but I don;t …

Member Avatar for pritaeas
0
93
Member Avatar for UtaChan

Ok I simply don't know how I am going to do this here is what I need: I have exercises in my db (question id,question text field,close/open(bool) field,right answer field and 3 wrong answer fields which are null unless it is a closed question) What I want to do is …

Member Avatar for bharat_4g
0
231
Member Avatar for UtaChan

Here is the code (content is the name of my <div>): foreach (Exercise ex in exs) { Label label = new Label(); label.ID = Convert.ToString(ex.ex_id); label.Text = ex.ex_text; TextBox textbox = new TextBox(); textbox.Width = 100; textbox.ID =Convert.ToString(ex.ex_id); id_counter++; content.Controls.Add(label); //content.InnerHtml += "<br />"; content.Controls.Add(textbox); } It crushes on the …

Member Avatar for UtaChan
0
176
Member Avatar for UtaChan

I had to write a program that finds out whether a matrix is Skew-symmetric matrix or not...well my code is a disaster I seek help in this matter. In which way can I write this code to make it eficient,short and smart? this is my code (yet again it;s a …

0
99
Member Avatar for UtaChan

I was wondering why the line: [CODE]sub dx,offset a1[di+1][/CODE] Actually goes on and does [CODE]sub dx,a1[di+1][/CODE] If di=2 then it would b: [CODE]sub dx,a1[3][/CODE] I dun get why it ignores the offset...why doesn;t it take the adress or atleast the index ... (Not sure if it should get the adress …

Member Avatar for UtaChan
0
77
Member Avatar for UtaChan

Let;s say I declare [CODE]arr db 1,2,3[/CODE] How do I know arr's size afterwards? is there a command for it? I know there is something about arr-$ or something that I can declare in the ds segment but I think it works for strings only...

Member Avatar for UtaChan
0
8K
Member Avatar for UtaChan

Well I got a class assignment requiring the use of int 21h,0xa(string input). [B]Offtopic:[/B] The problem is the teacher is old, and doesn;t care about how right the things he teaches are and apparenlty he taught us things wrongly again -.- then it;s -15 points in the exam... He taught …

Member Avatar for UtaChan
0
220
Member Avatar for UtaChan

I got a question that most likely will appear in tomorrow's test Well the problem is I have a physical adress of 12345h and I need to get something from there into some variant at the size of 1 byte, not that it matters...the thing is I dunno what to …

Member Avatar for tesuji
0
154
Member Avatar for UtaChan

I am studying in college and got stuck with an excercise in my book, should be simple but I insist of making life hard :p Mission: My code was sopoused to take a binary number with use of functions I have recently learned and mve all the digits to the …

Member Avatar for Narue
0
223