Pepper Home Course Home Syllabus Assignments Due In Class Exercises Presentations Helpful Links

CSC270 Survey of Programming Languages Links

 

Link Description Notes
http://www.cprogramming.com/tutorial/bitwise_operators.html Good description of bitwise operators and how you can use them to do quick operations or store flags Puzzle questions
http://www.cs.swarthmore.edu/~newhall/unixhelp/howto_gdb.html

gdb tutorial  
http://www.cprogramming.com/whyc.html
why learn c  
http://radar.oreilly.com/2012/06/why-learn-c.html why learn c  
http://www.jesshamrick.com/2012/09/10/absolute-beginners-guide-to-emacs/ emacs tutorial  
http://www.cs.uoregon.edu/groups/progteam/2001/io_c.html formatting string examples  
https://wpollock.com/CPlus/PrintfRef.htm#scanfConv format strings  
http://www.indiabix.com/c-programming/functions/027001 quiz prep questions  
http://gribblelab.org/CBootcamp/7_Memory_Stack_vs_Heap.html stack vs heap and malloc's use of heap  
http://problets.org/user/f15/adelphi/ It requires that you allow java to run in your browser, and it will launch a window behind your browser, so you need to minimize your browser after launching a tutorial. It is adaptive so that it will give you different questions depending upon how you answer to help you learn as you study. c++ practice site

 

 

Make Files

http://www.codeproject.com/Articles/31488/Makefiles-in-Linux-An-Overview

another tutorial

 

Make Files  
http://www.codeguru.com/cpp/cpp/cpp_mfc/stl/article.php/c4027/C-Tutorial-A-Beginners-Guide-to-stdvector-Part-1.htm Vectors