by angelofsloth
code optermisation
|
|
[6 replies] Last: thanks i am using dynamic cause the assignment says it has to be usual... (by angelofsloth)
|
by h9uest
CAPTCHA breaking
|
|
[1 reply] : To clarify: I don't want captcha systems like the reCaptcha, which ... (by h9uest)
|
by novice123
Question regarding Enqueue, Dequeue
|
|
[no replies]
|
by neverknownig
overwriting integers from a function
|
|
[2 replies] Last: that did it. thats alot! (by neverknownig)
|
by Cyraxz
Unputting decimals into an array then displaying them.
|
|
[6 replies] Last: Oh! and jimc is absolutely right in his second point also. What you w... (by Caligulaminus)
|
by cida
calculator
|
|
[3 replies] Last: @alex1205: May I ask why you gave that to him... Since he didn... (by king214)
|
by fafner
binary conversion crash
|
|
[4 replies] Last: you can easily use itoa_ function for conversion,but it's not standar... (by alex1205)
|
by manueld
C++ Star Pyramid
|
|
[4 replies] Last: What more do you need. It wont compile on a C compiler, will it? This ... (by simeonz)
|
by jonny5cents
Iterator inside class template
|
|
[3 replies] Last: I typically use typename instead of class as I find that to be les... (by Disch)
|
by kyle11778
math is breaking i think...
|
|
[2 replies] Last: i closed and reopened it and now i am getting right answers... stupid ... (by kyle11778)
|
by akounga2000
getString function problems
|
|
[3 replies] Last: the way you deal with dynamic arrays is wrong. it should be char* a... (by hamsterman)
|
by zanielyene
Problem with #include w/ complicated file structure
|
|
[2 replies] Last: wow, thanks for the informative answer! (by zanielyene)
|
by rafa007
Source key lock, F2,F3,F1
|
|
[no replies]
|
by Amanda
only works if I include "&", but not suppose to.
|
|
[5 replies] Last: It's hard to say what exactly your teacher intended. It is also hard t... (by simeonz)
|
by angelofsloth
reading in words from a file and making an array list
|
|
[4 replies] Last: my lecturer would kill me for a rookiie mistake. yeah usually i use vs... (by angelofsloth)
|
by DMEW
What is the best way to go about making a C++ server
|
|
[4 replies] Last: thanks a lot guys. ill look into the windows sockets (by DMEW)
|
by raybetts89
int *hh=I_1(x+1)
|
|
[5 replies] Last: I_1 is not a keyword, nor a standard library function. It could be fun... (by simeonz)
|
by Opossum
Singletons using smart pointers
|
|
[18 replies] Last: This, I think (tested it a bit) works: #include <boost/utility.hpp> ... (by simeonz)
|
by manueld
C++ finding common factors of two integers
|
|
[no replies]
|
by simeonz
Early initialization of static local variables.
|
|
[3 replies] Last: Thanks. The comments in the body of the costructor and function were s... (by simeonz)
|