by fara
Splitting a vector into unknown number of sub-vectors
|
|
[7 replies] Last: Thanks all ! This is exactly what I was looking how to do! (by fara)
|
by Delshire
For Loop?
|
|
[2 replies] Last: Excelent! Thank you very much, finally understood. -Delsh (by Delshire)
|
by ismasd
Segmentation fault (core dumped)
|
|
[2 replies] Last: foo.cpp: In function ‘void concatena(char (*) , char*, int*)’: fo... (by ne555)
|
by pacman169
Using std::tuple
|
|
[13 replies] Last: # define curr_move_noughts 1 # define crosses -1 int negamax( boar... (by pacman169)
|
by savanh
need your help
|
|
[7 replies] Last: Ok, first of all what exactly is your spolit function doing? It calcul... (by minomic)
|
by JoJodoggy1
Class program won't run (identifier undefined and deleted function errors)
|
|
[4 replies] Last: Student();//empty constructor No it is not. It is a declaration of ... (by MiiNiPaa)
|
by netodude
Is there something wrong with this?
|
|
[1 reply] : Was it meant to use recursion? If so then you should design it to work... (by closed account SECMoG1T)
|
by b1gzz
Bitwise operations
|
|
[13 replies] Last: Thanks for the help. (by b1gzz)
|
by Delshire
Question
|
|
[2 replies] Last: Thank you very much! I am going to try it, makes a lot of sense. Dels... (by Delshire)
|
by Delshire
Understanding code
|
|
[3 replies] Last: Thank you very much guys! Much clearer now! (by Delshire)
|
by Smkulak
Question about reading in data until none exists
|
|
[2 replies] Last: How i would approach this problem is: solving: readDataRow + validat... (by LocalX)
|
by LocalX
How to search throughout a ranged filed?
|
|
[3 replies] Last: @Duoas It's actually a very good question. Your file follows a fairly... (by LocalX)
|
by musabji
excess elements in array initializer error in xcode
|
|
[2 replies] Last: Excess elements means that you have to many elements. When you create ... (by deathslice)
|
SFML map collision |
|
[4 replies] Last: Well, this isn't mine, it's SFML's. :P it all was just conceptual. Tha... (by chippzanuff93)
|
by CGunn86
Book suggestions?
|
|
[13 replies] Last: Yes I've seen that site, and tutorials before. I'm looking for physica... (by CGunn86)
|
by milad75
using strcmp for two dimensional arrays
|
|
[2 replies] Last: thanks, i was completely confused (by milad75)
|
by rko786
not working
|
|
[1 reply] : can't seem to get this to work the code should find the sine value i... (by rko786)
|
by Ganado
OpenGL glDrawArrays max size
|
|
[no replies]
|
by globalenemy
pointers to pointers and functions
|
|
[4 replies] Last: (*grid)->getSize(); ← operator precendence Also you can use (**gr... (by MiiNiPaa)
|
by rko786
Error 7 error LNK1120:
|
|
[3 replies] Last: how do i fix this answer provided by Mr Abstract: Check that all y... (by mutexe)
|