Click here to Skip to main content
16,006,766 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# code to relate two nodes Pin
Richard MacCutchan27-Nov-13 0:28
mveRichard MacCutchan27-Nov-13 0:28 
QuestionMatrices and moving objects in Unity3D c# Pin
begginerc226-Nov-13 3:57
begginerc226-Nov-13 3:57 
SuggestionRe: Matrices and moving objects in Unity3D c# Pin
Richard MacCutchan26-Nov-13 5:54
mveRichard MacCutchan26-Nov-13 5:54 
QuestionGetting a value from one method to another method Pin
Member 982953626-Nov-13 2:16
Member 982953626-Nov-13 2:16 
AnswerRe: Getting a value from one method to another method Pin
OriginalGriff26-Nov-13 2:36
mveOriginalGriff26-Nov-13 2:36 
GeneralRe: Getting a value from one method to another method Pin
Member 982953626-Nov-13 3:17
Member 982953626-Nov-13 3:17 
GeneralRe: Getting a value from one method to another method Pin
GuyThiebaut26-Nov-13 3:48
professionalGuyThiebaut26-Nov-13 3:48 
GeneralRe: Getting a value from one method to another method Pin
OriginalGriff26-Nov-13 3:52
mveOriginalGriff26-Nov-13 3:52 
I think the time has come for you to step away from the keyboard, take a deep breath, and re-read your lecture notes - because you appear to be making changes at random!
Your original question was about calling the method you have renamed to "calculations", but you now don't call it at all. You also don't tell us what your "still has an error" is - or where it is, or whether it is run time of compile, etc.

All your code would do if you could run it is ask the user how many drawers he wants, and then tell him a desk will cost that number of dollars!

But you can't run it, can you? Because it doesn't compile. Why not? Because your "usersWood" method needs a parameter called "woodType" that you haven't told it it should expect, so it reports it can't find a variable called "woodType" in the current context. But that's ok - you don't call it anyway...

Seriously: sit down, read through your notes and try to think what you need to do, because at the moment you are probably getting frustrated because nothing you try works, and you don't know what to do, and why are computers so stupid, and... Sigh | :sigh:
If you stop and think about the whole task, I believe you can do this. But just guessing and hoping it will work isn't going to do anything pleasant, any more than it would if you tried to learn to drive by jumping in a Bugatti Veyron and slamming the accelerator to the floor... Laugh | :laugh:
AnswerRe: Getting a value from one method to another method Pin
Richard MacCutchan26-Nov-13 2:46
mveRichard MacCutchan26-Nov-13 2:46 
QuestionNeed Decrypt Code Pin
Pradeep Dwivedi26-Nov-13 1:09
Pradeep Dwivedi26-Nov-13 1:09 
AnswerRe: Need Decrypt Code Pin
Dave Kreskowiak26-Nov-13 1:31
mveDave Kreskowiak26-Nov-13 1:31 
AnswerRe: Need Decrypt Code Pin
Manfred Rudolf Bihy26-Nov-13 2:05
professionalManfred Rudolf Bihy26-Nov-13 2:05 
AnswerRe: Need Decrypt Code Pin
OriginalGriff26-Nov-13 2:38
mveOriginalGriff26-Nov-13 2:38 
AnswerRe: Need Decrypt Code Pin
Bernhard Hiller26-Nov-13 21:35
Bernhard Hiller26-Nov-13 21:35 
GeneralNeed Guidens Pin
Member 1042601125-Nov-13 18:43
Member 1042601125-Nov-13 18:43 
GeneralRe: Need Guidens Pin
BillWoodruff25-Nov-13 20:25
professionalBillWoodruff25-Nov-13 20:25 
GeneralRe: Need Guidens Pin
Snehasish_Nandy25-Nov-13 20:55
professionalSnehasish_Nandy25-Nov-13 20:55 
GeneralRe: Need Guidens Pin
Abhinav S25-Nov-13 21:37
Abhinav S25-Nov-13 21:37 
QuestionHelp solve the question in a language C #? Pin
Sdam Basha25-Nov-13 5:43
Sdam Basha25-Nov-13 5:43 
SuggestionRe: Help solve the question in a language C #? Pin
Richard MacCutchan25-Nov-13 5:49
mveRichard MacCutchan25-Nov-13 5:49 
AnswerRe: Help solve the question in a language C #? Pin
OriginalGriff25-Nov-13 6:01
mveOriginalGriff25-Nov-13 6:01 
AnswerRe: Help solve the question in a language C #? Pin
Abhinav S25-Nov-13 6:33
Abhinav S25-Nov-13 6:33 
GeneralRe: Help solve the question in a language C #? Pin
harold aptroot25-Nov-13 6:44
harold aptroot25-Nov-13 6:44 
AnswerRe: Help solve the question in a language C #? Pin
DaveyM6926-Nov-13 5:27
professionalDaveyM6926-Nov-13 5:27 
QuestionPassing a value from a method to the Main() Pin
Member 982953625-Nov-13 5:10
Member 982953625-Nov-13 5:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.