by Iamcrysis
Element testing in array
|
|
[3 replies] Last: Every element in a vector is defined. Use the at() member function ... (by Duthomhas)
|
by liquidfuzz
Shared memory architecture - Global variables
|
|
[8 replies] Last: L B - The whole point is to make it accessible. As long as I lock th... (by liquidfuzz)
|
by Salamat
Please Check my function code(it is not run)
|
|
[2 replies] Last: For C++ I find this way nicer: #include <iostream> #include <conio.h... (by BHX)
|
by Moromet
Split strings
|
|
[2 replies] Last: http://cplusplus.com/faq/sequences/strings/split/ (by Duthomhas)
|
by Sean Booth
Get rid of negative zero?
|
|
[1 reply] : It is an artifact of how the FPU works. Don't worry about it. If you ... (by Duthomhas)
|
by ajac
string array to character array
|
|
[5 replies] Last: oh great!!thanks people (by ajac)
|
by captaing85
making a new results file
|
|
[1 reply] : im not really good at this stuff, but i guees i can try to help you. ... (by even821)
|
by kfc123456
any fast way to find the range?
|
|
[8 replies] Last: ne555, yes, that's what I am doing now. But the total number of points... (by kfc123456)
|
by Galapp
how do I identify if a string is a number and if it is, convert it to an int?
|
|
[1 reply] : First question is what kind of numbers am I reading in? Next question... (by Azagaros)
|
by sisi
stl map iterator
|
|
[6 replies] Last: Dear Disch, The code between line 6 and 13, that I have posted here, ... (by sisi)
|
by Mcgoofy1
Stuck on Integer/if else statements
|
|
[2 replies] Last: if(variable1 == variable2 || variable1 == variable3 || variable2 == v... (by oonej)
|
by mom930
Atm Statement
|
|
[1 reply] : [co de] "Please use code tags" [/co de] http://www.cplusplus.com/f... (by ne555)
|
by Sspangler
Array reference problem
|
|
[2 replies] Last: thanks that worked, i knew it was something like that. thanks again (by Sspangler)
|
push_back to Multidimensional Vector |
|
[2 replies] Last: Thanks alot, I understand the concept its just the syntax :) (by Richard Baron)
|
by TheDestroyer
fstream "lame" problem
|
|
[15 replies] Last: When a std::fstream object goes out of scope it flushes and closes. W... (by LB)
|
by ajac
file handling
|
|
[10 replies] Last: i have a cobol program and there are around 3 functions in it..and th... (by kbw)
|
by johnhuge
do while loop
|
|
[8 replies] Last: thanks!! (by johnhuge)
|
by even821
tile based game engine? (1,2)
|
|
[21 replies] Last: oh, sorry, i misunderstood you a bit then :P thanks for clearing it u... (by even821)
|
by S G H
Class Deriving
|
|
[2 replies] Last: If you don't specify it yourself, the default constructor is called. ... (by S G H)
|
by KaraPardue
Email Validation
|
|
[17 replies] Last: Aha, so i'll clearly stop posting code in this topic. (by S G H)
|