======HPC2 Journals====== ====ongoing will be dated=== ===February 11, 2013=== *pipes *sockets *C and C++ interfaceing *classes in C++ *structs in C++ *instant message transmissions *argV argC use in C++ *socket reuse *printf and scanf or cout and cin ===February 26, 2013=== -Web Resources -http://accu.org/index.php/journals/233 : using interface systems to control C++ application like messages back and forth -http://beej.us/guide/bgnet/ : This is so useful it was a crutch last semester as I connected from home windows computer to a Linux based asterisk pbx telephony system -http://stackoverflow.com/questions/9857205/c-winsock-will-freeze-recieving-data : errors I might have when trying to compile and run on a windows -http://stackoverflow.com/questions/2784500/how-to-send-a-simple-string-between-two-programs-using-pipes : pipes are the most common way to send data from one end to another and if you use 2 in same program you could send a back and forth system between two people on two computers now multiple those 2 by a multiple of 2 and you can have multiple connect types. -http://stackoverflow.com/questions/525926/window-message-procedures-in-linux-vs-windows : never know if there would be a problem sending one message from one OS type to another always good to look into -http://stackoverflow.com/questions/54585/when-should-you-use-a-class-vs-a-struct-in-c : Class and Struct uses -http://www.cplusplus.com/doc/tutorial/structures/ : using node Structs is a way to store chars strings or other data that can be transferred -http://www.cplusplus.com/forum/beginner/5404/ : using arg_v, arg_c is one way to enter strings to be transferred from one computer to another -http://www.cplusplus.com/forum/general/27808/ : use of scanf and nodes to take in and store messages -Book Resources - C pocket reference O'Reilly - C++ pocket reference O'Reilly - C programing lanague Denis Ritchie - C++ for dummies -Personal Resources - Matt Haas - Instructor at CCC - Joe Openhiem - Instructor at CCC - Kyle Erlich - Student of engineering at CCC - Matt Wasenchezin - Student of engineering at CCC - Thomas Hakes - tutor/student of IT and CS at CCC - Andrew Sowers - tutor/student of IT and CS at CCC - Jacob Petti - tutor/student of IT and CS at CCC