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

Help turning ints into pointers
 
I'm trying to figure out how to turn ints into pointers but every-time I try, the program errors out...
[12 replies] Last: I think I get it You don't want to use a counter, but just pointers.... (by Lestor77)
recent books for C++?
 
hello everybody i'm currently reading Thinking in C++ 2nd edition but it's quite an old book sinc...
[no replies]
Inheriting static variables
 
Hey everyone, I was wondering if there is a way to inherit static variables, but to have them dif...
[4 replies] Last: Mhm... I am having a bunch of classes that inherit from a 'block' clas... (by strongdrink)
Help with pointers!
 
Hi! I'm a begginer and I wanted apply what I've read from tutorials. But something isn't working as ...
[4 replies] Last: Thanks!, I solved it! (by chrishans)
Const Struct (Typedef?)
 
Pseudocode: class Accel { public: Accel(const struct &F); etc... }; I know th...
[6 replies] Last: It would be a correct code if you would write class Accel { public: ... (by vlad from moscow)
by adn258
How Can You Tell When A Class Object Disposes?
 
I have been using classes for quite some time now and just basic classes get be How can you tell whe...
[9 replies] Last: Thanks guys this has been really helpful. Hopefully someone can answe... (by adn258)
Hi need some help
 
Hi, Everyone i need to make this to an exe file but there are 5 files and i dont know how to make it...
[2 replies] Last: Way i want to compiler is because i have made my own dos operating sys... (by andrewjrmill)
by shn
How to measure the memory used by a graph
 
I code in C++ on Windows, using codeblocks with g++. I have a graph defined as follow (using boost):...
[no replies]
Dosbox
 
I know this isn't exactly c++ but Im looking to call c/c++ functions from assembly. I got this strai...
[no replies]
Declare virtual class
 
Psuedocode: virtual struct getLinearAccel(); I know this doesn't work, I need to know why it...
[2 replies] Last: virtual struct getLinearAccel{};//learn the syntax and Semanitics be... (by DeXecipher)
A Class design problem, need help.
 
I got this problem when i was designing a class. This class C has two virtual member functions: A an...
[9 replies] Last: Alexandrescu's 'Modern C++ Design' ? I must get one. (by mimichacha)
wxWidgets wxGridCellEditor question
 
Hello people, I hope someone can help me with my wxGridCellEditor problem. So, I want to edit my...
[no replies]
Programming Style Question
 
Does anyone still use null. And what is your purpose for doing so. I used to use null (for initializ...
[4 replies] Last: People typically use NULL specifically for pointers, which is what I u... (by Ikaron)
ccPlus1.exe Has Stopped Working
 
Does anyone know what it means? Google doesn't give anything useful. Wazzak
[7 replies] Last: Manual or automatic defragmentation + memory failure error = file co... (by Catfish2)
Step by step read data from exe file to memory.
 
Hello everyone. I have exe-file which I want manually map to memory. I open a file with: HAN...
[no replies]
int readnumbers, what about readwords?
 
I'm working on a AI project and am looking for a code that can read the user text.. just like int re...
[1 reply] : string readword() { string a; cin>>a; return a; } (by viliml)
by ostar2
help with c++ system() function
 
I am trying to make an application on the console and I need to be able to take the input from x and...
[10 replies] Last: Thanks, this will actually make things alot easier. (by ostar2)
by macs
errors in general execution..
 
#include<stdio.h> #include<string.h> #include<conio.h> int main() { char line , wd ,ch ;...
[10 replies] Last: thanks..it worked (by macs)
how to calculate factorial of number in C
 
I just want to calculate the factorial of a number 450000 in C by using "larger integer airthmatic...
[8 replies] Last: what I meant is that the average sized data type cannot store it, whic... (by DeXecipher)
stringstream error
 
Im getting an error on line 17: "std::stringstream convert" has incomplete type and cannot be define...
[3 replies] Last: mordoran: I tried another variable aready. Same thing. Peter87: DOH! F... (by ariesthechamp)
June 2012 Pages: 1... 56789... 33
  Archived months: [may2012] [jul2012]

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