#include <string> not working |
|
[2 replies] Last: great thanks Disch, using namespace std; fixes it (by hastingsdirect)
|
by Tanatos
error: 'class1' is not a direct base of 'class2'
|
|
[4 replies] Last: I guess that makes sense. As long as I don't try to initialize members... (by Tanatos)
|
by Angrymelon
Randomizing multidimensional vectors
|
|
[3 replies] Last: You would random_shuffle( a1 , a1 +100 ); . There is a million other ... (by hamsterman)
|
IDirect3DVertexBuffer::Lock( ) Help |
|
[no replies]
|
by the swift
Screen control
|
|
[1 reply] : C++ has no knowledge of a screen, a mouse, clicking or anything like t... (by Moschops)
|
by sayantani
Why Constructor does not have a return type?
|
|
[15 replies] Last: Constructors can not be static because they rely on the this pointer... (by rapidcoder)
|
by fsshl
what may cause no matching function call to 'xalanc
|
|
[2 replies] Last: thanks your reply but it still not work (by fsshl)
|
by vasiqshair
Dynamically allocating an array of pointers
|
|
[1 reply] : int **Arr = new int*[ some ]; (by hamsterman)
|
by aline1992
Polynomials, help ?
|
|
[no replies]
|
by whileloop
Is it common for advanced professional coders to pass the deadline and get yelled by the boss?
|
|
[3 replies] Last: I used to be a developer at a Bank like Andy. I have never been yelle... (by James Burnby)
|
by Conor O
Attemping to create a specialized file indexer (Moved from Beginner)
|
|
[5 replies] Last: I totally agree!! The only CLI specific code looks like the directory... (by andywestken)
|
by vasiqshair
Dynamically allocating a 2D array
|
|
[1 reply] : You've almost got it, you dynamically assign memory through pointers, ... (by quirkyusername)
|
by hherbol
C++ Outputting and Inputting form Txt
|
|
[3 replies] Last: Hi Your title says "C++" but your code it pretty much all "C". Is thi... (by andywestken)
|
by darkhorse
Interesting Error For Unicode SDL Function
|
|
[no replies]
|
Porgram Development |
|
[3 replies] Last: Reported. Not because I disapprove (which I do) but because it's in th... (by helios)
|
error C3861 identifier not found |
|
[1 reply] : solved it. I moved the get_signal function up above the other 2. (by Non Disclosure)
|
by forstudy3
Equivalent of Enum for Strings
|
|
[10 replies] Last: Well, this code is not esp. speed critical. So as you say, with a smal... (by andywestken)
|
by Ayrton Senna
PLS HELP with our Kinematics program
|
|
[5 replies] Last: Here is a good place to start #include <iostream> int main() { ... (by jloundy)
|
by TheCreator
cool ideas?
|
|
[5 replies] Last: Online testing for distance learnings with web interface and automated... (by slmnv5)
|
by italian
multiples of an integer
|
|
[1 reply] : If I understand the question, that is the answer: you can use !(i % c)... (by Syuf)
|