I'm gonna take the bait but here we go:
It's closed source as far as Linux goes but it is not locked to the Steam as a gaming platform. Yes, you need a Steam account to start using SteamOS, but after that you can use whatever Linux compatible launcher you want, ie Heroic or Lutris
It doesn't need an antivirus, it's Arch Linux. Anticheats work, depending on the game and publisher. Many games with EAC work. None with kernel level malware anticheat work, and they should NOT work on Windows either (MS really needs to block this).
It is compatible with Linux applications, Flatpak applications. You can also enable regular Pacman/AUR yourself. It's disabled, not removed, out of the box to protect the OS from you
But surely you do know you don't have to use SteamOS on the Steam Deck, right?
I like Neowin a lot, but this "article" is shady and misleading.
We need an "editorial" flag and this isn't "news" it's "my cousin's dog's best friend posted on twitter about their snapchat account from their dog's owner that a bad thing happened, so it's NEWS."
Thanks
Question
andrew22
Basically I want to go from this
textBox1.Text = array[0];
textBox2.Text = array[1];
textBox3.Text = array[2];
textBox4.Text = array[3];
textBox5.Text = array[4];
textBox6.Text = array[5];
to this
For(int i=0; i<6; i++)
{
textBox[i+1].Text = array;
}
If this is some how possible, please share your knowledge :)
Link to comment
https://www.neowin.net/forum/topic/478252-c-loop-through-textboxes/Share on other sites
3 answers to this question
Recommended Posts