#chains
26 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
what do you need to understand?
or, rather, what exactly are you struggling to understand?
I want to start practicing c++ so I can have a better understanding, so I chose the easy task markov generator to start with coz its the first easiest in the list so I'm also interested in it i feel like it's gonna helpe in my goals so
My problem is I dont know how to code it essentially to be honest I wont lie on that part ,I dont know how to speak it into code if you know what I mean@turbid depot
I did that I want to do other real things
what sort of stuff have you built with C++ so far?
Calculator, guessing game, exponent function,
I dont see any use there im done with the basics, I just want to start writing code especially markov Generator.
well, then go ahead, what's keeping you?
I dont have a formula for how to convert it into code, its like me saying code a gambling slot machine where would you start without knowing the formula to convert it into code??
@turbid depot I found this page to practice c++ they give you exercise to do ,is it good enough?
if this is also a part of W3 schools I would not reccomend that as a source
What you say is basically the task of programming. Abstract real stuff or idea into algorithm and figure out how to represent it in code with variables, numbers etc...
You can draw markov chain on paper and try to imagine/emulate how it works step by step by hand. And then try to implement this exact chain in code. If you feel lost or overwhelmed by problem try to divide big task into smaller ones and do them one by one.
@royal elk this one seems pretty great it has very easy to expert level. What you think?? I'm curious four your thought?
@fast relic whats your take on this one, it has easy to expert??
This question thread is being automatically closed. If your question is not answered feel free to bump the post or re-ask. Take a look at !howto ask for tips on improving your question.