General C++ Programming - June 2012 (Page 26)

SFML and blender help.
 
Say I am using SFML how would I load blender meshes into my window I have made would i do it like ...
[no replies]
2 class, stupid problem
 
Hi guys, Have a really stupid problem, and I am not sure how to get around it. Making two classe...
[2 replies] Last: Fantastic! Thanks a lot! I have not reached in my book separate .h a... (by toomanystars)
[Win32API] Loading PNG with GDI+
 
Hello, can someone link me some tutorial on how to load PNG image with GDI+? plain winapi, not MF...
[3 replies] Last: bump (by mekkatorqu)
SFML
 
Were can I find a very in depth tutorial on this? Like explained line by line, some people just memo...
[4 replies] Last: Ok well then thanks for the help :D (by joshrocks)
Can't make my code work :S
 
Hi. I'm a newbie in coding, trying to learn some things, but for some reasons can't make my code wor...
[1 reply] : Hi, I just read ur last sentence but tell me if this is right: if(&to... (by soranz)
by cdf
class that behaves as ostream
 
I need to code a class that behaves as a cout (or is used instead of a cout). The class is construct...
[3 replies] Last: Ok, this works but... I guess I should given more info - as I am a ... (by cdf)
Basic Variables and Functions Question
 
I am new to programming in C++ and created this program, this was mostly to test functions, but has ...
[2 replies] Last: Thank you so much! It solved my problem. (by IrishWizard1)
Best C++ Compiler and IDE?
 
Hey guys, I just wanted to ask... What is the best C++ Compiler and IDE for you guys? I'm curren...
[6 replies] Last: I use NetBeans because I started out programming in Java and it also s... (by davidcox95)
critique my work please
 
Howdy fellow programmers, I've written a program for my homework, and I was hoping someone can lo...
[no replies]
Accelerate code without using gpu?
 
Is there a way to accelerate code without using gpu acceleraton? i'm just talking about loops, op...
[8 replies] Last: profile, profile, profile Use the right algorithms. Understanding ho... (by closed account 1yR4jE8b)
by Owain
Communicating with the GPU directly.
 
Hello. I was wondering how one could go about programming the GPU without the use of OpenGL or Direc...
[4 replies] Last: Oh okay, yeah that looks pretty good. Thanks :) (by Owain)
Echo Current Filename?
 
Is there a way to capture the name of the file being executed and save it into a string. For instanc...
[5 replies] Last: The __FILE__ macro is for the name of the file currently being compil... (by Duthomhas)
.
 
...
[1 reply] : Arrays don't work like that. An array has a fixed length throughout it... (by closed account zb0S216C)
Function Link Error
 
Im still trying to get the hang of linking functions and their constructors to other files. Im tryin...
[11 replies] Last: Thanks for clearing that up. I never understood why people used that r... (by pholotic)
Memory
 
Hi, I some time ago, I was reading a book about c++ programming. And here was chapter about memory....
[5 replies] Last: Thanks, I got it. It do not always change at a right time (maybe becau... (by Shinigami)
I know this has been asked a million times, but...
 
Could anyone tell me of some good tutorials on the interwebs that show how to make Graphical Program...
[4 replies] Last: Ah, thank you very much! You're awesome, Moschops. (by Bajinga)
by Screed
Code:Blocks Nightly Builds
 
Can someone help me? I'm trying to run Code::Blocks Nightly Builds at school, but it says I need som...
[11 replies] Last: -.- (by Screed)
[Win32API] Transparency of JPG image?
 
Hello, how can I make a part of the image transparent, I mean, let's say I have normal image, lik...
[3 replies] Last: It's part of the image data. You make pixels transparent in the image,... (by Moschops)
by hitlar
is imapi.h header functionality in gcc
 
how i will compile imapi.h by gcc who is vc++ or is any any related header in gcc for windows
[no replies]
mysql connector "Undefined reference to 'get_driver_instance'
 
I am running ubuntu 11.10 (in a virtual machine) using CodeBlocks IDE. I have added the mysql librar...
[7 replies] Last: If you're linking statically, you'll need to feed the preprocessor the... (by closed account 3hM2Nwbp)
June 2012 Pages: 1... 2425262728... 33
  Archived months: [may2012] [jul2012]

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