Author Archives: Alejandra Jacobo Gómez

Creating your own and using C++ libraries #TC1017 #Mastery14

Creating your own and using C++ libraries 1017 14

There are many easy ways I found this 

  1. Create your file  with the name that you want like this “myfirstlibrary.cpp” and “a.h”. Then compile the library without a main program
  2. It will create a file called “a.o”.
  3. Then can your library with  
  4. Compile the program and add the library “a.o”.  

I found also this link for you guys 🙂 

http://stackoverflow.com/questions/4496411/c-how-to-build-my-own-utility-library

Creating your own and using C++ libraries

 

 

#WSQ16 #TC1017 Cars

16 1017  Cars

At the beginning in this  wsq I had many problems, I could solve with other works of the class like sudoku case and other important help from  my good friend Santana, who teach me how to do it 🙂

Here is the link

https://github.com/alejcbgmz/WSQ-s-Ale-Jcb-Gmz/blob/master/WSQ16cars.cpp

Importing and using C++ libraries #TC1017 #Mastery13

Local and generic libraries to your code 1017 13 

For include remeber if its :

Local Always in quotes ” ” example: 

 # include “nameoflibray”

Generic always in  example:

  # include

These link supported me understand

English version:  

http://stackoverflow.com/questions/3573475/how-does-the-import-library-work-details

Spanish version

http://translate.googleusercontent.com/translate_c?depth=1&hl=es&prev=search&rurl=translate.google.com.mx&sl=en&u=http://stackoverflow.com/questions/3573475/how-does-the-import-library-work-details&usg=ALkJrhj4HASvOyTqT1EkkhKnc8M0Otfo1Q

My video explaining this topic 🙂 enjoy it 

https://www.dropbox.com/s/deljwqb7z1h3m2p/Mastery13.mov?dl=0

Submit work via Blog RSS and GitHub #TC1017 #Mastery04

Submit work via Blog RSS and GitHub 1017 04

Hello world 🙂

For Upload in your blog  post first create an account, then chose the option POST and start your posting,then put # of your type of class in my case is 1017 and then # the kind of work that you are doing.

Here is the link about how to submit in Github is very easy 🙂 

https://www.dropbox.com/s/q383tkd5y20n35n/Mastery04.mov?dl=0

BONUS – My experience at a Flippclass

1017

I will  talk about my experience in a Flipp Class  with Ken Bauer& many  tips 🙂 suggestions to survive and learn. 

Every class is different but this is totally original and special because you learn more than traditional class:) 

Here is my link where I talk about this awesome experience 😀

https://www.dropbox.com/s/cki8y95h334awcd/Flip%20.mov?dl=0

 

Scilab #WSQ17 #TC1017

17 1017

Hello dudes 😀

This WSQ is about  SciLab but what is it ? Well let me tell you this is a mathemathical enviroment created to help you to make calculations, programs, functions an plots.  It’s very entretaining even you can play  all day doing  functions, plots and vectors, whatever its awesome.

Maybe you will ask If its difficult to use but thats no the case e it’s very simple to use it 🙂 you can solve all the problems you could have in you career.  I found this tutorial for download this program this help me to download in my MAC 🙂  I think is the same for Windows.

Here is a a tutorial for beginners 

http://www.scilab.org/content/download/849/7901/file/Scilab_beginners.pdf

For Yosemite Users

 http://www.scilab.org/content/view/full/1266

For download this follow this link 🙂 

https://www.scilab.org

 

17 1017

Final Project’s Final Post

Hello, Everybody!!

This is my post about the Sudoku game.

 I found it  very difficult, at the beginning because we dont have idea how to do it , then we realize it as the days pass  and more things we learned in class that it wasn’t hard enough as we though.

I really enjoy work with  Gonzalo Mata what I liked most was the patience he had for me, because he teach me too many things that at that moment I didn’t understand, he  facilitated my learning so in that way I began to see the project differently and we started to work well, we  did our  best to move the project forward despite how busy we were in school, we find the way to solve any problem that we had.

 

Here is the code  Enjoy it:

https://github.com/kenwbauer/AleGonzalo/blob/master/sudoku.cpp

1017 

#TC1017 #QUIZ11

1

Something new that I learned:

ifstream myfile;
  myfile.open (filename);

 

—-this is for open a file 😀

Quizz 1

https://github.com/alejcbgmz/WSQ-s-Ale-Jcb-Gmz/blob/master/banana1.cpp

Quizz 2

https://github.com/alejcbgmz/WSQ-s-Ale-Jcb-Gmz/blob/master/banana2.cpp

P.D when you insert the name of the text file remember write .txt at the end 😀 

I used 

http://c.conclase.net/curso/?cap=039

https://www.youtube.com/watch?v=Iho2EdJgusQ

 

#TC1017 #QUIZ10

#TC1017 #ECOS

ITS DONE 😀