User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 00:58, 3 March 2014 (diff | hist) . . (+7) . . Moblie Apps with Qt: C++ Tutorials (→http://cs.smith.edu/~thiebaut/classes/112/lab4.htm Lab4)
- 00:58, 3 March 2014 (diff | hist) . . (+5,355) . . N Mobile Apps with Qt: Xuan and Rui's Solution to Qt-Maze (Created page with "<source lang="cpp"> // maze.cpp //Xuan Wen // Rui Huang // A simple maze demonstration program. The program reads the description // of the maze from a text file where the firs...") (current)
- 00:56, 3 March 2014 (diff | hist) . . (+14) . . Moblie Apps with Qt: C++ Tutorials (→http://cs.smith.edu/~thiebaut/classes/112/hw5.htm HW5 on Qt)
- 01:19, 24 February 2014 (diff | hist) . . (+2,861) . . N Mobile Apps with Qt: Rui's solution to lab6 (Created page with "==lab6_1.cpp== <source lang="cpp"> // lab6_1.cpp // Rui Huang // #include <iostream> #include <string> using namespace std; //---------------------- prototypes ----------------...") (current)
- 01:19, 24 February 2014 (diff | hist) . . (+1) . . Moblie Apps with Qt: C++ Tutorials (→lab6)
- 01:19, 24 February 2014 (diff | hist) . . (+54) . . Moblie Apps with Qt: C++ Tutorials (→lab6)
- 13:49, 20 February 2014 (diff | hist) . . (0) . . Mobile Apps with Qt: Rui's solution to lab4 (current)
- 13:48, 20 February 2014 (diff | hist) . . (+3,162) . . N Mobile Apps with Qt: Rui's solution to lab4 (Created page with "==intDLList.h== <source lang="cpp"> // intDLList.h // doubly-linked list class to store integers #include <iostream> #ifndef intDLList_h #define intDLList_h // class IntNode:...")
- 13:45, 20 February 2014 (diff | hist) . . (+64) . . Moblie Apps with Qt: C++ Tutorials
- 01:49, 20 February 2014 (diff | hist) . . (+2,328) . . N Mobile Apps with Qt: Rui's solution to lab5 (Created page with "==lab5_1.cpp== <source lang="cpp"> // lab5_1.cpp // a simple program demonstrating how to implement overloaded // arithmetic and stream operators. #include <iostream> #include <s...") (current)
- 01:49, 20 February 2014 (diff | hist) . . (+55) . . Moblie Apps with Qt: C++ Tutorials (→Lab5)
- 17:35, 19 February 2014 (diff | hist) . . (+2,828) . . N Mobile Apps with Qt: Rui's solution to hw4 (Created page with "==personClass.h== <source lang="cpp"> // personClass.h #ifndef personClass_h #define personClass_h #include <string> #include <vector> using namespace std; class personClass {...") (current)
- 17:32, 19 February 2014 (diff | hist) . . (+54) . . Moblie Apps with Qt: C++ Tutorials (→HW4)
- 10:51, 18 February 2014 (diff | hist) . . (+2,138) . . N Mobile Apps with Qt: Rui's solution to lab3 (Created page with "==testList.cpp== <source lang="cpp"> // testList.cpp // Rui Huang // simple program to test our linked list // #include <iostream> #include "intSLList.h" using namespace std; i...") (current)
- 10:48, 18 February 2014 (diff | hist) . . (+1) . . Moblie Apps with Qt: C++ Tutorials (→Lab3)
- 10:48, 18 February 2014 (diff | hist) . . (+54) . . Moblie Apps with Qt: C++ Tutorials (→Lab3)
- 00:45, 17 February 2014 (diff | hist) . . (+10) . . Moblie Apps with Qt: C++ Tutorials
- 00:44, 17 February 2014 (diff | hist) . . (+7,552) . . N Moblie Apps with Qt: Rui's solution to hw2 (Created page with "==hw2.cpp== <source lang="cpp"> // date4.cpp // D. Thiebaut // date4.cpp (improved over date3.cpp) // D. Thiebaut // An example program with two classes for 02/05/03 // The first...") (current)
- 15:30, 14 February 2014 (diff | hist) . . (-66) . . Moblie Apps with Qt: C++ Tutorials
- 15:29, 14 February 2014 (diff | hist) . . (-22) . . Moblie Apps with Qt: C++ Tutorials (→Lab1)
- 15:25, 14 February 2014 (diff | hist) . . (+6,423) . . N Moblie Apps with Qt: Xuan's solution to hw2 (Created page with "<source lang="cpp"> #include <iostream> #include <string> #include <fstream> #include <strstream> #include <sstream> using namespace::std; class dateClass { private: int day; ...") (current)
- 15:25, 14 February 2014 (diff | hist) . . (-6,451) . . Moblie Apps with Qt: Xuan's solution lab2 (current)
- 15:24, 14 February 2014 (diff | hist) . . (+140) . . Moblie Apps with Qt: C++ Tutorials
- 15:23, 14 February 2014 (diff | hist) . . (+10,199) . . N Moblie Apps with Qt: Xuan's solution lab2 (Created page with "<source lang="cpp"> //---------------------------------------------------------------------- // DATE CLASS //------------------------------------------...")
- 15:23, 14 February 2014 (diff | hist) . . (-10,201) . . Moblie Apps with Qt: C++ Tutorials (→Lab2)
- 15:22, 14 February 2014 (diff | hist) . . (+4,786) . . N Moblie Apps with Qt: Rui's solution to lab2 (Created page with "==lab2_2.cpp== <source lang="cpp"> #include <iostream> using namespace std; // prototype void add3(int &x); void swap(int &x, int &y); int main(int argc, char* argv[]) { int...") (current)
- 15:20, 14 February 2014 (diff | hist) . . (-61) . . Moblie Apps with Qt: C++ Tutorials (→Lab1)
- 15:19, 14 February 2014 (diff | hist) . . (+115) . . Moblie Apps with Qt: C++ Tutorials (→Lab2)
- 15:18, 14 February 2014 (diff | hist) . . (-2,380) . . Moblie Apps with Qt: C++ Tutorials (→HW1)
- 15:17, 14 February 2014 (diff | hist) . . (+2,378) . . N Moblie Apps with Qt: Xuan's solution hw1 (Created page with "<source lang="cpp"> #include <iostream> #include <string> using namespace::std; class Person{ private: string first; int age; string food; public: Person(str...") (current)
- 15:17, 14 February 2014 (diff | hist) . . (-16) . . Moblie Apps with Qt: C++ Tutorials (→HW1)
- 15:16, 14 February 2014 (diff | hist) . . (+1) . . Moblie Apps with Qt: C++ Tutorials (→HW1)
- 15:15, 14 February 2014 (diff | hist) . . (0) . . Moblie Apps with Qt: C++ Tutorials (→lab1)
- 15:14, 14 February 2014 (diff | hist) . . (+3,088) . . N Moblie Apps with Qt:Rui's solution to lab1 (Created page with "__TOC__ ==lab1_1.cpp== <source lang="cpp"> #include <string> #include <iostream> using namespace std; int main(int argc, char* argv[]) { // first name string first; cout ...") (current)
- 15:11, 14 February 2014 (diff | hist) . . (+5) . . Moblie Apps with Qt: C++ Tutorials (→lab1)
- 15:10, 14 February 2014 (diff | hist) . . (+3,091) . . N Moblie Apps with Qt: Rui's solution hw1 (Created page with "==hw1.cpp== <source lang="cpp"> #include <iostream> #include <string> #include <vector> using namespace std; // ----------------CLASSES--------------- class person { private: ...") (current)
- 15:09, 14 February 2014 (diff | hist) . . (+4) . . Moblie Apps with Qt: C++ Tutorials (→HW1)
- 15:08, 14 February 2014 (diff | hist) . . (-11) . . Moblie Apps with Qt: C++ Tutorials (→lab1)
- 15:06, 14 February 2014 (diff | hist) . . (+1) . . Moblie Apps with Qt: C++ Tutorials (→HW1)
- 15:00, 14 February 2014 (diff | hist) . . (+1) . . Moblie Apps with Qt: C++ Tutorials (→HW1)
- 14:59, 14 February 2014 (diff | hist) . . (-1) . . Moblie Apps with Qt: C++ Tutorials (→HW1)
- 14:59, 14 February 2014 (diff | hist) . . (-18) . . Moblie Apps with Qt: C++ Tutorials (→Xuan's solution)
- 14:58, 14 February 2014 (diff | hist) . . (+58) . . Moblie Apps with Qt: C++ Tutorials (→HW1)
- 14:56, 14 February 2014 (diff | hist) . . (+3,081) . . N Moblie Apps with Qt: Rui's solution (Created page with "==lab1_1.cpp== <source lang="cpp"> #include <string> #include <iostream> using namespace std; int main(int argc, char* argv[]) { // first name string first; cout << "Ple...")
- 14:54, 14 February 2014 (diff | hist) . . (+58) . . Moblie Apps with Qt: C++ Tutorials (→lab1)
- 14:52, 14 February 2014 (diff | hist) . . (+692) . . N Moblie Apps with Qt: Xuan's solution (Created page with "<source lang="cpp"> #include <iostream> #include <string> using namespace ::std; class dateClass{ private: int day; int month; int year; string comment; public: ...") (current)
- 14:52, 14 February 2014 (diff | hist) . . (-650) . . Moblie Apps with Qt: C++ Tutorials (→lab1)
- 14:48, 14 February 2014 (diff | hist) . . (-1) . . Moblie Apps with Qt: C++ Tutorials (→lab1)
- 15:01, 27 January 2014 (diff | hist) . . (-54) . . GUI-Kinect Stride: Meetings (→9/19/12) (current)
- 15:00, 27 January 2014 (diff | hist) . . (+52) . . GUI-Kinect Stride: Meetings (→9/19/12)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)