User Tools

Site Tools


opus:spring2013:nsano:journal

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

  1. Web Resources
    1. http://accu.org/index.php/journals/233 : using interface systems to control C++ application like messages back and forth
    2. 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
    3. http://stackoverflow.com/questions/9857205/c-winsock-will-freeze-recieving-data : errors I might have when trying to compile and run on a windows
    4. 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.
    5. 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
    6. http://www.cplusplus.com/doc/tutorial/structures/ : using node Structs is a way to store chars strings or other data that can be transferred
    7. 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
    8. http://www.cplusplus.com/forum/general/27808/ : use of scanf and nodes to take in and store messages
  2. Book Resources
    1. C pocket reference O'Reilly
    2. C++ pocket reference O'Reilly
    3. C programing lanague Denis Ritchie
    4. C++ for dummies
  3. Personal Resources
    1. Matt Haas - Instructor at CCC
    2. Joe Openhiem - Instructor at CCC
    3. Kyle Erlich - Student of engineering at CCC
    4. Matt Wasenchezin - Student of engineering at CCC
    5. Thomas Hakes - tutor/student of IT and CS at CCC
    6. Andrew Sowers - tutor/student of IT and CS at CCC
    7. Jacob Petti - tutor/student of IT and CS at CCC
opus/spring2013/nsano/journal.txt · Last modified: 2013/02/26 10:15 by nsano