by Baltram
Array of string arrays
|
|
[2 replies] Last: Oh, so I just confused the order of brackets. What a silly mistake... ... (by Baltram)
|
Eclipse vs MS Visual Studio - which do you use and why? |
|
[3 replies] Last: Code::Blocks is best and cross-platform IDE. (by ayhanakbulut)
|
by Browni3141
Optimizing Speed (1,2,3)
|
|
[43 replies] Last: Perhaps the only reason I can think of would be to avoid having to rew... (by wtf)
|
by Xzi
Having trouble sorting 2 arrays in a heap sort. Assistance?
|
|
[3 replies] Last: Ok I did a little searching and I found them. (by Xzi)
|
taco |
|
[4 replies] Last: templated functions are the prototype including their body. The comp... (by coder777)
|
by phadeb
Splitting files and regrouping splitted files
|
|
[1 reply] : You do realise that you can split files with split and put them back... (by kbw)
|
by iamamateur
Inheration and Iteration
|
|
[4 replies] Last: thanks! (by iamamateur)
|
by Renvillio
Removing the duplicates of a word sorting program
|
|
[2 replies] Last: To remove duplicates, you only need to compare a word with the next on... (by kbw)
|
by Skynet
Building Blocks
|
|
[1 reply] : i think,you should use "Class Stack" (by tuandt5)
|
by nonstickglue
Checking if image url exists
|
|
[1 reply] : You could use a library such as libcurl, but that might be overkill if... (by Athar)
|
Abusing the gnu extensions. |
|
[5 replies] Last: And the moral of the story is avoid goto statements like plague :P ... (by sohguanh)
|
by phadeb
Problem : File opening with a variable containing a string
|
|
[5 replies] Last: casting operators are error prone, though. But yeah they could've don... (by Disch)
|
by alnews
[C++] How to correctly allocate dynamically an array of dynamic elements
|
|
[4 replies] Last: typedef PrPtr Array ; // This should define a DIM-sized array of poin... (by ne555)
|
by ladybird
concatenation string
|
|
[2 replies] Last: the string operators are overloaded so you can just add together strin... (by quirkyusername)
|
by ffcalixto
multiple forms
|
|
[1 reply] : What? (by Athar)
|
by Aenimate
Array/Equivalents Question
|
|
[5 replies] Last: thank you, now it clicked ^^ (by Aenimate)
|
by wtf
Weird Problem with console buffer, but only after 30 iterations of some loop.
|
|
[no replies]
|
by ToyYoda
Subclassing ifstream.
|
|
[3 replies] Last: Thanks Galik. I thought my correction worked, but it doesn't now. ... (by ToyYoda)
|
by lordelf007
Question about using pointer with reference
|
|
[3 replies] Last: I have no idea what it means to cast a variable to a reference. It do... (by PanGalactic)
|
by mitko
"extract" a part of an array
|
|
[3 replies] Last: As I see, I am not missing something obvious. So I will stick to memcp... (by mitko)
|