Posts

Showing posts from September, 2014

3.1 review c++

//file reading //open //read //close //how do we define //use fstream header file for file access //ifsteam infile //ofstream outfile //ifstream -input //ofstream -output //fstream -either\ infile.open("inventory.dat") outfile.open("report.txt") //lets send data to a file outfile << "inventory report"; //now we can use object and >> to copy data from file to variables" infile >> partNum; infile >> qtyInStock >> qtyOnOrder; //we have a close member for the end infile.close() outfile.close() #include<iostream> #include<fstream> using namespace std; int main() outputFile.open("demofile.txt"); cout << Now writing ") //write four names outPutFile.

primer plus slides

http://en.wikipedia.org/wiki/C%2B%2B http://encyclopedia2.thefreedictionary.com/E+notation http://docs.oracle.com/javase/tutorial/essential/io/scanning.html http://en.wikipedia.org/wiki/Strong_and_weak_typing http://www.cplusplus.com/doc/tutorial/arrays/

soft 290 software development capstone

http://en.wikipedia.org/wiki/Linguistics http://en.wikipedia.org/wiki/Compiler_construction http://en.wikipedia.org/wiki/Preprocessor http://en.wikipedia.org/wiki/Compiler_construction http://courses.cs.washington.edu/courses/cse477// http://courses.cs.washington.edu/courses/cse454/ http://courses.cs.washington.edu/courses/cse441/ http://www.cs.washington.edu/news/video/capstone http://www.academia.edu/2376908/Methodology_in_Software_Development_Capstone_Projects http://ww2.cs.mu.oz.au/~jbailey/research_projects/sd.pdf http://spsu.edu/undergradcatalog20112012/cs-4893-computer-science-capstone.htm

psych 100 day 1

harrison valetski psych 100 ms. f Psychology is the study of peoples social qualities and the properties of anyone personal identity. As I read in the text I think I found an accurate description of psychology to someone new to the concept described being; 'A vantage point for viewing a behavior or mental process'. Since psychology describes and explains behavior and the mind underlying that, it is used for many applications. As time goes on psychology changes throughout society. Where at first it may have been derived from philosophy and clinical research and evolved into more applicable disciplines like cognitive science. I believe psychology is the foundation of the way we extrapolate and make inferences about trends and is essential to forecasting future behavior. Moreover it is a complete field of its own, related to skill sets that are very much involved in observing and critically analyzing events related to intellect. Hopefully this clearly indicates my definition o...

C++

canvas available Wednesday Zach brooks is starting a club I have an application for the ASG get it signed we cover the first nine chapters in about two weeks starting out with c++   gaddis Addison wesley pearson education we're using visual studio for this through chapter nine by November somethingish