General C++ Programming - February 2015 (Page 26)

Adding padding in bmp image.
 
Hello, everyone I am working on pset4 in the CS50 online coarse. The goal is to resize a bmp image. ...
[2 replies] Last: I figured it out the fseek line should have been for the padding of th... (by arortell)
Visual C++ 2013 gives linker errors when using __inline/inline?
 
Can anybody tell me what's going wrong here? I've defined all functions a follows (using a consta...
[3 replies] Last: No, you cannot. Standard requires for function definition exist in eve... (by MiiNiPaa)
Why assignment operator return by reference?
 
I have code here that uses assignment operators that doesn't return by reference and it still works....
[3 replies] Last: If you write (x = y) = z; , returning by reference and value would ha... (by MiiNiPaa)
Easy Multi-Texturing with OpenGL and GLSL
 
Hey Guys, I just made a blog post describing my set up for rendering objects with multiple textures...
[no replies]
Issue with binding static reference to temporary
 
Hi, I've been developing a registration-based reflection library for C++, and I ran into an interes...
[no replies]
Change value of an array through functions?
 
how can i change the array value and display the updated value. for example this is the output begin...
[no replies]
Use of undeclared identifier PTRACE_ATTACH
 
I'm trying to trace another process, but I get the error mentioned in the title. I'm running Mac OS...
[no replies]
February 2015 Pages: 1... 242526
  Archived months: [jan2015] [mar2015]

This is an archived page. To post a new message, go to the current page.