jackson_1
- Karma
- 32
- Created
- May 30, 2016 (10y ago)
- Submissions
- 0
-
Here's a C99 trick I learned recently, known as compound literals. Say you have a function that takes a struct as a parameter: typedef struct {int x; int y;} Point; void plot(Point p); Normally, to call this function,…
-
I'm in my final year of studying computer science/programming in university. I'm pretty good at programming, infact I'm one of the top in my class. However, I struggle with my math classes, barely passing each semester.…
- Design a function f, such that: f(f(n)) == -n (stackoverflow.com)
-
So I'm a 3rd year electrical engineering student at university and so far we've been taught how to code in ones and zeros, assembly, C and C++. Out of all of these I like C++ the best. I wouldn't say I'm great with it,…
- Data Science Curriculum on edX (i-programmer.info)
- PyPy3.3 v5.2 alpha 1 released (morepypy.blogspot.com)