by olamalam
Visual Studio can't find log4cpp.ini file even if it's there
|
|
[no replies]
|
by fukki
Create Pointer question
|
|
[3 replies] Last: Nice, i will keep them in different lines. Thanks beginning and filip... (by fukki)
|
by fukki
Class constant question
|
|
[4 replies] Last: Yeah, i understand! Thanks Galik! . I found stacks very interesting.... (by fukki)
|
by henry1999sg
error C2679: binary '=' : no operator found in a const class method
|
|
[1 reply] : sorry solved. I just change the iterator to const_iterator (by henry1999sg)
|
by NickPaul
#include & circularity
|
|
[2 replies] Last: Receiver doesn't actually need the implementation of ControlCenter bec... (by stravant)
|
by manjan14
C++ functions
|
|
[4 replies] Last: A simpler answer is: make a .hpp file with declarations of your functi... (by rocketboy9000)
|
by PiMaster
Maze generation issues
|
|
[1 reply] : Hello? (by PiMaster)
|
by tnixon22
Error in print function's display
|
|
[1 reply] : post your main(). getmonth and getdayofmonth could be done better: ... (by hamsterman)
|
by heathboy1986
reading data from files...
|
|
[2 replies] Last: yep.. thats exactly what i need.. thanks for very much... (by heathboy1986)
|
by Adidas
List inside a List...?
|
|
[9 replies] Last: um, where's the good old 'Person_using_the_Gas_station' gone? you d... (by coder777)
|
by swbluto
Using the OS's PATH var during system() call?
|
|
[4 replies] Last: I am trying to analyse memory of Stream cipher SNOW 2.0 using C++ any ... (by Lubi)
|
by Arandur
Nested conditional
|
|
[1 reply] : 1) Given the way the machine code works only one of the i < 4 will e... (by stravant)
|
by camder23
read and change time in .srt file
|
|
[no replies]
|
by henry1999sg
error C2146: syntax error : missing ';' before identifier 'CRITICAL_SECTION'
|
|
[1 reply] : strangely enough. somehow it is gone.. not sure what was wrong.. anyw... (by henry1999sg)
|
by kyle11778
file open problem
|
|
[1 reply] : If you read the file until the fail flag "failbit" gets set then that ... (by stravant)
|
by NickPaul
Overload * Operator: Both Directions?
|
|
[4 replies] Last: You have to give argument values names to use them. struct Matri... (by Duthomhas)
|
by Johnla
fstream reading unseen characters
|
|
[2 replies] Last: Thanks for the help, I would prefer to do it by reading and writing to... (by Johnla)
|
by chemicus
Inserting into an array of set-s
|
|
[5 replies] Last: cool, I didn't know stl::swap, nice function with O(1) thank you bo... (by chemicus)
|
by snackysniper
Random Number
|
|
[2 replies] Last: Thanks boss that did the trick (by snackysniper)
|
by kevinlynx
same name class in different cpps ?
|
|
[8 replies] Last: the linker would start reading from left to right, the object files in... (by yanamandra007)
|