C
C#2y ago
Matt

❔ Help with stream reading and writing and displaying information at a certain time

So I am currently doing stream writing and reading and I need it when the user types the student ID the information should display but currently it is just displaying all that after the calculation of the grades. I think I know the issue but just need some confirmation
6 Replies
ero
ero2y ago
it surely isn't displaying anything, because you have a compiler error
Matt
Matt2y ago
Nope it does display the student name the student id and the total percentage i just need it as option 2 on my main menu
ero
ero2y ago
ero
ero2y ago
so you're trying to tell me this isn't an error
Matt
Matt2y ago
still displays it when im in console
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
✅ Foreign key not workingHi, I tried making a foreign key in my table, to another table which I made but it does not work as ✅ Shorten data querying lineHi, how do I shorten this line that's querying for data? Like, instead of putting them into one long❔ Blazor JS Interop - Return RTCPeerConnection from js to Blazor in order to close itHi, I've quite a complex task: In my Blazor application I use javascript to read webrtc data produce✅ Authentication with CookiesI'm playing around with cookies to get a better understanding. My code: ``` var builder = WebApplic❔ need help with visual studio communityhi i have multipul q 1- i have mac is there way to have community on it 2- please hoe to make 3 buUsing the new INumber interface to determine if an object is a number without having the generic argWith .net7 we now have the INumber<TSelf> interface which is pretty cool, and I thought I found a pl✅ Polyphormism?Is this polyphornism? I am not sure, I was told I should make something like this ```cs public abst❔ I'm not sure what's wrong with my codeI don't know why Thompson still pop up only T should be. (The blue outline is what I'm trying to do)✅ WPF Build size triples after changing target framework to net6.0-windows10.0.17763.0Hello. My WPF application uses .net6 and recently I was asked to use 'toast' style Windows 10/11 notASP Web-API with MessageBroker - Post was processed, what now?I'm trying to seperate the ASP Web-API from the workers which interact with the daterbase using Rabb