Its the use of switches being on or off (binary). Simple example is the AND gate. two wires go in, one goes out. if both wires in are ON, then the output is on, if not then off. switch 1 | switch 2 T | T = T T | F = F F | T = F F | F = F And then there's all the others in logic: or, not, xor, nand etc.
I get it.Im going to assume T = on and F = off. I tried writing a hello world script in Microsoft visual C++ 2010.No idea how to get it to run.
Those are truth tables. there are more in the logic subject like "hook" (if a, then b) What are you having trouble with? Compiling, or the writing of the code itself? C#/Java might be easier to get the hang of before C++, but whatever tickles your fancy.
What you code is part of a "solution". You want to compile the solution to make an executable of the solution. Unless the IDE for C++ is different, there should be a green play button somewhere to play the program, after building the solution.
Indeed. runs the program so you can check if it is running as intended. If not, fix the bugs. When it works perfectly, instead of debug, you "release", give the release to everyone and make millions. millions of what, however, is up to you.
Suddenly, GeneralChatThread.Content = Subject.Computing.Programming; anyway, cout (see-out) can be used when using namespace std; as such: #using iostream; using namespace std; int main() { string aVariable; cout << "This is a fail program :/" << endl; //Prints the message, and drops to the next line cin >> aVariable; // sets the input by the user to use the variable aVariable. return 0; //indicates that this is the end of the program. } thats all from memory from last year, I've probably forgotten something.
Welcome ooooh Welcome to Everypony hope you enjoy your stay, got a question ask away, make friends and have lots and lots of fun fun fun ............ *later reaction to the over use of the pony smileys*
Sorry. I just had to post. Yahoo never puts up any good articles. They finally have one that makes sense to me.
I dont pay attention to the news. Wow its 3 AM already.I must be building an immunity to my sleep pills.
I have left over pain medicine from when I last had surgery 18 months ago. It's prescription percocet. This pill knocks me out for 12 hours at least and works in less than 15 minutes. I keep it for emergencies like if I'm in horrible pain or have insomnia or keep getting midnight anxiety attacks.
I have frequent insomnia like almost every night.. Anxiety attacks? Wow dude. I get a lot of minor ones during the day. Then theres my random pains everywhere. Dont happen very often. Then theres when i overheat in the night and puke out whatever i ate for dinner.
That last one sounds terrible. I've only puked once in the last 10 years and that was because I was an idiot and ate before going into major surgery and getting the anesthetic. I've never been drunk so never had to deal with that. I never puke when I get food poisoning thanks to my ability burp out the pressure it causes, though it would be better for me to hack it all up.