Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152
‘#WSQ16’ Articles at TC101 Fall 2015, Page 4
Introduction to Programming Python and C++

Tag Archives: #WSQ16

WSQ16 – Cars

It was very difficult, because I didn’t know how to insert a text in a program and all that thing, but with some research now I think that I have an idea of how. The posts of my classmates helped… Continue Reading →

WSQ16 – Cars

It was very difficult, because I didn’t know how to insert a text in a program and all that thing, but with some research now I think that I have an idea of how. The posts of my classmates helped… Continue Reading →

WSQ16 – Cars

It was very difficult, because I didn’t know how to insert a text in a program and all that thing, but with some research now I think that I have an idea of how. The posts of my classmates helped… Continue Reading →

Cars #WSQ16

Hi! This WSQ was difficult an required a lot of research and failures. It consisted on opening a file, substracting some information and report it to the user. Opening the file was simple, with the use of a ifstream similar to the quiz. After turning it to a string I had issues when I attempted to turn the values in the strings to floats, the first solution I found was: http://www.cplusplus.com/reference/string/stof/. But when it did not compile, I did some research on internet and found a forum in which they mentioned that it wasn’t included in the compiler I used but there was another solution. They included this link: http://www.cplusplus.com/articles/D9j2Nwbp/#s2n, which turned to be very useful and allowed me to finish the WSQ.

Here’s the code: https://github.com/CarlosGallegosT/Codes007/blob/master/Cars.cpp

Thanks!

               

WSQ16

HERE IS MY CODE:

Cars

This is my code for the WSQ16
https://github.com/dianagdv/TC101/blob/master/WSQ16

WSQ16

This one was a little tricky, first you need to find a tutorial on how to input and read text files, and then your will need to substract a little string form a big string (see this link to know how to do that: http://www.cplusplus.com/forum/beginner/14310/) and finally you will have to convert that string to a float in order to get the averages (see this link to know how to convert strings to floats: http://www.cplusplus.com/forum/general/13135/).

Here is my Github code: https://github.com/MiguelAngelCardenas/WSQ16/blob/master/cars.cpp

 

 

#WSQ16

Hello, here is my code for this WSQ – cars with : Writing a program that opens and reads the file 93cars.dat.txt and produces the following data: average gas mileage in city (City MPG) average gas mileage on highway (Highway MPG) average midrange price of the vehicles in the set. Github: https://github.com/pololarinette/TC-1014/blob/master/%23WSQ16 Have a nice day  🙂

What should you work on?

Week #12 and more partial exams for you.

For this week's readings:
C++ (TC1017) should either be looking at support for your project, ImageMagick C++ libraries are a good start.
Python (TC1014) should be finishing chapter 11 (Dictionaries).