by passiontrip
How to loop data into an array
|
|
[2 replies] Last: I actually managed to figure everything out because of this. Thank yo... (by passiontrip)
|
by teodor0xcb
Passing same type object by reference?
|
|
[10 replies] Last: In some ways this is like the Miranda law. My paraphrasing: You hav... (by icy1)
|
by programmy
need help with unfamiliar syntax syntax
|
|
[5 replies] Last: Curiouser and curiouser! Thanks guys. (by tpb)
|
by mycuser
Adding a new empty .cpp file to a code base
|
|
[11 replies] Last: I think I've seen somewhere ... found: https://www.centos.org/forums/v... (by keskiverto)
|
by Andreiz112dn
My game made by boredom
|
|
[5 replies] Last: case 'b' is not correctly entered after 'a' has already been previousl... (by Ganado)
|
by ATh
Rookie
|
|
[1 reply] : If you still consider yourself a beginner, then don't get a job with c... (by Manga)
|
by CGunn86
SDL2 timers
|
|
[5 replies] Last: If you decide to use SDL_AddTimer just be aware that the callback func... (by Peter87)
|
by jcarbo
simple g++ makefile on Windows.
|
|
[1 reply] : Recipe lines must start with a tab. You're missing the initial tab on ... (by tpb)
|
by mnai
If this isn't a nested function then what is it?
|
|
[1 reply] : Correct. A function can even call itself. That is recursion. Note: ... (by keskiverto)
|
by youcouldno
Calling a function that was stored in an array
|
|
[6 replies] Last: Similar idea of same-signature method map, but feels like cleaner synt... (by icy1)
|
by User55009
Issue with user input
|
|
[3 replies] Last: For some reason, when I try what mbozzi said, it skips over the line. ... (by User55009)
|
by gambette
accessing a object array
|
|
[4 replies] Last: at these point everything seems to be alright to me (please point out... (by icy1)
|
by bkara
how to open file from user inputted directory location (1,2)
|
|
[30 replies] Last: My pleasure! (by H00G0)
|
by BrettD565
2D/3D point Distance to origin Problem
|
|
[8 replies] Last: Or something like: template <size_t N> class Point { double data {... (by keskiverto)
|
by Trezkez
c - square roots with arrays
|
|
[8 replies] Last: Then just do square root (raĆz cuadrada), sqrt(). Your variable name ... (by Ganado)
|
by ysf007
How to create many binary file within a loop ?
|
|
[6 replies] Last: The task is to loop through files like images in the dir the names ch... (by mbozzi)
|
by JayGln
convert struct to class
|
|
[9 replies] Last: less Java and more C++ and you'll be fine ;D (by icy1)
|
by akarbarz
how to use sscanf_s
|
|
[7 replies] Last: THANK YOU:) since i needed the trailing commas I just added another ... (by akarbarz)
|
by gdz98
the use of string methods (1,2)
|
|
[21 replies] Last: ok guys the the biggest issue was my 18th line of code... once put "i=... (by gdz98)
|
by martskins
OSX: Can't compile anymore
|
|
[2 replies] Last: Um... do you understand what the problem was? Do you understand why w... (by MikeyBoy)
|