by MottMan
myVector push_in() Just Not Working
|
|
[5 replies] Last: I mean the direction to which it points. tempVector = pVector ; Yo... (by ne555)
|
by natie
saving as .txt file..
|
|
[2 replies] Last: oo thanks..! (by natie)
|
by Gindoc
C++ modeling tool
|
|
[no replies]
|
by LB
operator, or comma operator?
|
|
[2 replies] Last: The link you posted is a 404, so I don't understand your response. Als... (by LB)
|
by firdaus
fatal error c1004 && error C2601
|
|
[1 reply] : Please put your code in [ code ][ /code ] tags, so we can find the lin... (by NGen)
|
by peeldog
General Purpose Library
|
|
[no replies]
|
string::find double quote Problem |
|
[2 replies] Last: the problem was that I was erasing the entire line. I changed the l... (by piratemcplunder)
|
by Miky1
pair <> question
|
|
[1 reply] : I think you could define a global templated function operator<(): ... (by PanGalactic)
|
by rej3kt
Can't figure out why my class is failing epically.
|
|
[5 replies] Last: your first attempt worked because you use the variables you declared. ... (by coder777)
|
string::find_first_not_of Problem... |
|
[3 replies] Last: I love you. Thank you so much. (by piratemcplunder)
|
by fortis
converting a japanese string to romaji
|
|
[5 replies] Last: the other thing i tried is using the online converter with http://www... (by kfmfe04)
|
by wtf
Strong vs Weak typed languages. Is it possible in c++ to point to variable type?
|
|
[4 replies] Last: Your matrix class should not have a fixed number of rows and columns. ... (by Duthomhas)
|
by xander333
rand() prefers higher numbers?
|
|
[8 replies] Last: BTW, the libc's randomizer is pretty weak (that is, predicatable). You... (by Duthomhas)
|
by rohan1020
Operation on Unlimited Digits containing Number
|
|
[2 replies] Last: I'd suggest writing an interface to a CAS such as Maxima or Wolfram Ma... (by helios)
|
by kyle11778
double display when outputting...
|
|
[11 replies] Last: I knew something was missing!!! i couldn't find the right include to..... (by kyle11778)
|
by wtf
const int pointer
|
|
[3 replies] Last: No, an array size must be a constant known at compile-time. (by Athar)
|
by dkaip
defining variables at real time
|
|
[12 replies] Last: I just open. I will try it soon as posible. Thank's very mutch for gr... (by dkaip)
|
by wtf
Program haulting when trying to assign element in bool array to false
|
|
[3 replies] Last: I did what you suggested and changed all of the if (digits[x-1] == tru... (by wtf)
|
by kfmfe04
Need suggestions for multithreading pattern
|
|
[2 replies] Last: Yes, believe it or not, spawning a bunch of threads without the need f... (by kfmfe04)
|
by Thoggle
array of chores
|
|
[1 reply] : If you want to print a specific message chosen by a random number, her... (by hamsterman)
|