❔ TCP networking
I have a project consisted of two programs and I need to update both of them to enable the user to write text in the client program and send it to the server
15 Replies
BlazeBin - nmewhupiooaa
A tool for sharing your source code with the world!
you should really know by now that you need to provide more detail than that
Just like this exemple
didn't you have a whole separate help post on this topic?
what happened to that advice?
Yes, but it was solved then. So this is a new project where I need to update it.
What advice?
so take that advice and apply it to this new problem
there's no way you need an explanation from scratch again
I have planned the project and I tried to read a lot and find out a way to implement the logic wasting a whole day yesterday, but couldn't do it.
right, so when you make these posts you should start with the specific thing you're stuck on
it's very frustrating to have to ask so many questions to get to the root problem
Ok! That's right.
I understand that
I mean currently I'm able to send this hello world text to the server
So now I should update it to where I could write a text myself
I googled a lot and watched YT videos but they're doing it in a completely different than my project
yes, that's how research tends to work
you don't find a specific solution to your problem, you find solutions to smaller or related problems and translate those concepts into your project
the reason i'm pushing this is because it's very important that you learn how to solve your own problems - if you just watch youtube videos and then ask us to explain your whole assignment because you couldn't find an exact solution online you aren't actually learning to develop software
Ok! Man you are really awesome in providing explanation on what I should be doing and not doing. I will copy and paste what you mentioned in my note app and apply it to my learning method.
I go and try to figure out the solution for the first small problem then the next, the next and so on.. until I complete the project 🙂 I will set only one hour to find the solution and if I couldn't I'll just go back to my c# fundamental project and write some code, that way I don't end up wasting a whole day only on this assignment which's worthless.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.