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 3
Introduction to Programming Python and C++

Tag Archives: #WSQ16

#WSQ16

So for this WSQ I got a lot of help from other codes, mainly to understand how them work and I kind of get it… kind of. I had some trouble with opening the file but at the end it worked out fine. Here’s the code I used to compile. this is pretty accurate when … Continue reading #WSQ16

wsq16

Here is the code to my code:
https://github.com/marinaruelas/WSQ/blob/master/wsq16
To be honest it was very difficult for me, I am having a hard time understanding how to call another text.
I read the code of samatha and it all made sense, but I am goi…

#WSQ-Cars

Doing this WSQ was more or less easy for me, the difficult part for me was to know the condition of  the If. I used help from the lynda webpage the course python 3 essentials. Here’s the code in Atom: Here’s the code in Cygwin: Here’s the code in Github: https://github.com/diegoalatorre/TC1014/blob/master/wsq16

Cars

I’m so tired right now. I think I am doing everything automatically because my mind refuses to keep thinking…That’s not good. WSQ16 was a little tricky at first. I had to read and see other posts. Here’s my code: https://github.com/mferflores/wsq16/blob/master/mpg

#WSQ16

We are all dying because of the final projects, essays, videos…. its all chaos, but here is the almost last wsq 🙂 Code on Github: https://github.com/samanthariverac/TC101/blob/master/%23wsq16

WSQ16

For this assignment I had to write a program that opens and reads the file 93cars.dat.txt and produces the average gas mileage in city (City MPG), average gas mileage on highway (Highway MPG), average midrange price of the vehicles in the set. You can find the code HERE.

WSQ 16: Cars

(The credit of the image goes to https://flic.kr/p/5fhTtd) FINALLY, LAST WSQ!!! No comments thou. It’s difficult. At least, it was the last one and now I’m free. Read this before trying anything: http://www.cplusplus.com/articles/D9j2Nwbp/#s2n http://www.cplusplus.com/reference/string/stof/ http://c.conclase.net/ficheros/?cap=002b Here’s the code for this WSQ: https://github.com/anagloriaac/WSQ/blob/master/WSQ16:%20Cars I’m not sure its okay thou.  

WSQ16: Opening files and reading them

The WSQ16 is about doing a program that reads a file abaut cars and it’s specifications. The file is read such as the first 14 characters are the model o f the car, the character from 53 to 54, the miles per gallon in city, … Continúa leyendo WSQ16: Opening files and reading them

This isn’t a clever titleThis WSQ was not as hard as I thought,…

The Killers

This isn’t a clever title

This WSQ was not as hard as I thought, but it required research and a full understanding of what was inside the text file. I checked these webpages, I think they are useful:
http://www.cplusplus.com/doc/tutorial/files/
http://www.cplusplus.com/forum/beginner/8388/

And you can check out my code here.

WSQ16, Finally done…

This one could be the hardest one. “Cars vs. Yo Soy 196” would be a good fight. And I found out the function “atoi”(it converts strings to integers) is in the “algorithm” library… so good I had BigInteger when doing the “Yo Soy 196”. I had to research a lot for this one, and learned […]

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).