by Matze74
Sorting a vector of structs
|
|
[6 replies] Last: There's some useful advice here. Real-world problems can require sorti... (by Chervil)
|
by Albo Coder
Need help
|
|
[10 replies] Last: @Stormboy I need it in a contest! AND THANKS!!! (by Albo Coder)
|
by uzferry
pointers
|
|
[3 replies] Last: It's integer's arithmetics. Each data type hold some space(e.g. char... (by MatthewRock)
|
by vaze159
Need Help with Game Development
|
|
[10 replies] Last: You practice best when you write code. However, before you start writi... (by MatthewRock)
|
by layanM
help :(
|
|
[3 replies] Last: [quote=SlothFan] @Rich1 This isn't going to teach OP anything at all.... (by closed account NUj6URfi)
|
Quick Question. |
|
[1 reply] : if it is installed you should be able to type in make or cmake in your... (by Script Coder)
|
by mabbia
filing
|
|
[1 reply] : http://www.cplusplus.com/reference/fstream/fstream/ (by Cody0023)
|
by jetkeynature
Fat problem with Ifstream on a member string!
|
|
[3 replies] Last: BTW, you're missing a closing parenthesis in line 9 (by tipaye)
|
soting.. |
|
[5 replies] Last: Thanks guys , it worked , I think the program was running fine the onl... (by Cutefriendzoned)
|
by Kanyl
Questions about creating a game, with HGE!
|
|
[2 replies] Last: HGE seems deserted ... since 2008. You could use polycode (if it wasn'... (by closed account iAk3T05o)
|
Turn numbers into English text......URGENT! |
|
[6 replies] Last: Another variant using functionS : #include <string> #include... (by SorinAlex)
|
by jrstuck
Help with pointers and vectors
|
|
[2 replies] Last: Thanks NT3. It feels better to be able to dive back into things with s... (by jrstuck)
|
by Sharan123
this
|
|
[5 replies] Last: why is the function requiring parameter but not using it ? Good poin... (by Sharan123)
|
by muddaser
string
|
|
[8 replies] Last: #include <iostream> #include <string> #include <cstring> #include <al... (by JLBorges)
|
by Sharan123
fstream project 2
|
|
[2 replies] Last: It writes something in it now but there is alot of garbage value in th... (by Sharan123)
|
by saraA
Finding the maximum number using array
|
|
[3 replies] Last: #include <iostream> using namespace std; int main() { int N ,num ,max... (by Chriscpp)
|
by bacondude95
Crashing program because of one class
|
|
[2 replies] Last: Thanks for your help! I would've never solved that myself. I will try ... (by bacondude95)
|
by wolfv
undefined reference to `vtable for KL'
|
|
[2 replies] Last: Thank you ats15. You were right. This Makefile compiled it: all: t... (by wolfv)
|
by Teemo
2 d Arrays
|
|
[13 replies] Last: ohhhhh my godd it finnaly works thanks Duoas your awesome i... (by Teemo)
|
need help!! pow(x,y), array |
|
[3 replies] Last: int variables cant hold fractions...you will need float,double variabl... (by Cody0023)
|