Click here to Skip to main content
15,887,862 members
Home / Discussions / C#
   

C#

 
AnswerRe: Rendering Kleinian group fractals Pin
BillWoodruff25-Dec-18 13:11
professionalBillWoodruff25-Dec-18 13:11 
GeneralRe: Rendering Kleinian group fractals Pin
Member 1157700828-Dec-18 3:31
Member 1157700828-Dec-18 3:31 
GeneralRe: Rendering Kleinian group fractals Pin
BillWoodruff28-Dec-18 10:43
professionalBillWoodruff28-Dec-18 10:43 
QuestionC# - least square method Pin
Member 1409938024-Dec-18 8:46
Member 1409938024-Dec-18 8:46 
AnswerRe: C# - least square method Pin
Pete O'Hanlon24-Dec-18 8:51
mvePete O'Hanlon24-Dec-18 8:51 
GeneralRe: C# - least square method Pin
Member 1409938024-Dec-18 9:27
Member 1409938024-Dec-18 9:27 
GeneralRe: C# - least square method Pin
Dave Kreskowiak24-Dec-18 11:22
mveDave Kreskowiak24-Dec-18 11:22 
AnswerRe: C# - least square method Pin
OriginalGriff24-Dec-18 19:42
mveOriginalGriff24-Dec-18 19:42 
To add to what Pete has said: We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

If we "give you the code" then you never learn how to take a problem, and build a solution for it - you don't learn that from "looking at other people's code" because code doesn't show how it got to the state it is, why it went that way instead of whatever alternatives it could have used. So break down the question into smaller "sub questions" - you have three already. Start looking at the first one as a single problem: "Read the file zomato.csv". Break that into smaller parts:
1) Physically read the file.
2) Process each row in the data into separate columns.
3) Store each row appropriately.

If you can do part of theat, do it. If you can't do a part, break that down into smaller tasks and repeat until you get to bits you can do. Completing smaller bits completes bigger bits! When you have the first part of your problem fixed, move on to the second. And so on.

Try it yourself, you may find it is not as difficult as you think!

If you meet a specific problem, then please ask about that and we will do our best to help. But we aren't going to do it all for you!
Sent from my Amstrad PC 1640
Never throw anything away, Griff
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!

QuestionWhy this change language in multilingual need twice click ? Pin
@Sai_Y23-Dec-18 17:29
@Sai_Y23-Dec-18 17:29 
AnswerRe: Why this change language in multilingual need twice click ? Pin
OriginalGriff23-Dec-18 20:13
mveOriginalGriff23-Dec-18 20:13 
QuestionRe: Why this change language in multilingual need twice click ? Pin
Eddy Vluggen23-Dec-18 21:10
professionalEddy Vluggen23-Dec-18 21:10 
Questionconstraining an ExtenderProvider ... Winform Component Pin
BillWoodruff22-Dec-18 6:48
professionalBillWoodruff22-Dec-18 6:48 
AnswerRe: constraining an ExtenderProvider ... Winform Component Pin
Gerry Schmitz23-Dec-18 8:30
mveGerry Schmitz23-Dec-18 8:30 
GeneralRe: constraining an ExtenderProvider ... Winform Component Pin
BillWoodruff23-Dec-18 12:06
professionalBillWoodruff23-Dec-18 12:06 
QuestionProperties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_21-Dec-18 20:05
_Q12_21-Dec-18 20:05 
AnswerRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
OriginalGriff21-Dec-18 21:00
mveOriginalGriff21-Dec-18 21:00 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_21-Dec-18 21:29
_Q12_21-Dec-18 21:29 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
OriginalGriff21-Dec-18 21:42
mveOriginalGriff21-Dec-18 21:42 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_21-Dec-18 21:48
_Q12_21-Dec-18 21:48 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
OriginalGriff21-Dec-18 21:50
mveOriginalGriff21-Dec-18 21:50 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_21-Dec-18 22:01
_Q12_21-Dec-18 22:01 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
OriginalGriff21-Dec-18 22:20
mveOriginalGriff21-Dec-18 22:20 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
_Q12_21-Dec-18 22:37
_Q12_21-Dec-18 22:37 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
OriginalGriff21-Dec-18 23:08
mveOriginalGriff21-Dec-18 23:08 
GeneralRe: Properties does not change in custom MouseEnter event incomplete implementation. Pin
OriginalGriff21-Dec-18 22:33
mveOriginalGriff21-Dec-18 22:33 

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.