by sasanet
Multi dynamic array with diferent dimenzions help
|
|
[8 replies] Last: @Computergeek01 I'll try use DLL option once I get to that chaper :) ... (by sasanet)
|
by Scania V8
Vector question
|
|
[1 reply] : vector<T>::size_type is a typedef for size_t, which is an integer. num... (by jsmith)
|
by cainen172
two probably not beginner questions
|
|
[2 replies] Last: ok thanx. its over my head though. ill just learn some of that stuff l... (by cainen172)
|
by Mafioso
How to make variable accessible to all application?
|
|
[3 replies] Last: I hope you aren't planning to create a global variable called i of all... (by Athar)
|
C: @ Operator? |
|
[4 replies] Last: BTW, C++ has "placement new" which does the same thing. volatile uns... (by jsmith)
|
by Mobber
Using accumulator for strings
|
|
[9 replies] Last: Thanks, everyone for their input (by Mobber)
|
by Dinorah
URGENTT HELPPP
|
|
[3 replies] Last: There's a simpler way: string str=boost::lexical_cast<string>(12345... (by Athar)
|
by bigfisherman
loop to read values from a file
|
|
[8 replies] Last: horance89: you must know what type of data are written in that fil... (by Computergeek01)
|
by bigfisherman
decisions, loops sequential files, functions, and arrays, oh my!
|
|
[2 replies] Last: ...that inspired my idea (by bigfisherman)
|
by Thuraya
looping! :S
|
|
[3 replies] Last: I solved it but I don't know how to apply loops! :/ help me Take a ... (by Moooce)
|
by chucthanh
The void-constructor of mother classes
|
|
[4 replies] Last: Thank you Athar, kbw, imi for your comments. It works now with the wa... (by chucthanh)
|
by ChrDybdal
minor issue: rand() = 41 each time?
|
|
[3 replies] Last: Yeah, pseudo-random number generators are always deterministic (hence ... (by Athar)
|
by madman
How do I pass a delegate to a constructor
|
|
[5 replies] Last: Ah, I see, thanks. (by filipe)
|
by Thuraya
if statement ,error!
|
|
[12 replies] Last: Have a look at "The do-while loop," which repeats actions until you do... (by chucthanh)
|
by gkapoor
can someone please help
|
|
[7 replies] Last: Purchase a C++ book if your teaching doesn't explain anything( unlikel... (by closed account zb0S216C)
|
by neron
Selecting words from files?
|
|
[3 replies] Last: The proper solution would be to use boost::string::split or an equival... (by Athar)
|
by hydride
Finding primes not using % sign.
|
|
[5 replies] Last: Due to the condition 2 <= sqrt(n) , the first loop is either never ex... (by Athar)
|
by bimm
Dev c++
|
|
[5 replies] Last: The STL header for stack is <stack>. Is that maybe what you wanted? (by hanst99)
|
by nickd1085
How close am I??
|
|
[13 replies] Last: when the user input the data just map the number of the data to the a... (by closed account zb0S216C)
|
by ignotus1
Help starting a Battleships game in C++?
|
|
[3 replies] Last: @ignotus1: If you are feeling lost, it might be because you need to f... (by jsmith)
|