General C++ Programming - July 2011 (Page 30)

by LB
Anyone know some preprocessor tricks?
 
I want this program to include the spaces on either size of the text - anyone know a trick to get around this? #define EXACTLY(t) #t int main() { cout << ...
[5 replies] Last: Well, I have a macro in the SDK I use that takes for letters and makes... (by LB)
Need Help!
 
I am a new programmer and this is a pretty difficult code for me as I dont have any resources. I need to write a program that reads three edges of a traingle a...
[6 replies] Last: jkretzer wrote: seeing if any 2 combined are longer than the 3rd... (by LB)
Detecting collision of background objects.
 
Hello guys! Before I begin, I just wanna say that I'm a noob and I'm sorry if there is a simple solution or if I should have Googled. Anyway, my problem is t...
[2 replies] Last: Thanks for responding! I'm using Allegro. I made a custom map render-... (by Jdc1197)
about overloaded functions
 
hi: I have a code below about overloaded functions #include<iostream> using namespace std; class Integer { long i; Integer * This() {return this...
[5 replies] Last: The a is a const object, ie you cannot change it but the This() f... (by hero0765)
C++ and geany under linux
 
Hey everyone, I was just wondering if anyone knew how to make windows executables with geany under linux. thanks in advance
[7 replies] Last: hmm.. that strange.. when I compile to an .exe i get an error with som... (by stevenpalomino)
July 2011 Pages: 1... 282930
  Archived months: [jun2011] [aug2011]

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