by besterr
2D game math help
|
|
[no replies]
|
how to install glut |
|
[5 replies] Last: thanks for your help kevin. I work anymore glut. I tried putting an ea... (by closed account ypLhURfi)
|
by FASI
C++ on devc++ hangman game problem
|
|
[4 replies] Last: yep got it (by FASI)
|
by EvE12
Number check
|
|
[4 replies] Last: It is not about offending, but about learning to supply as much detail... (by keskiverto)
|
by DAoliHVAR
frustrated cause i write bad code..
|
|
[3 replies] Last: When you do if(breakFlag == true), instead just do if(breakFlag). The ... (by fabtasticwill)
|
by phztfte1
Constructor Problems
|
|
[11 replies] Last: JLBorges, Thank you so much. Your explanation completes my understa... (by phztfte1)
|
by newbie1231
C++ newbie
|
|
[1 reply] : If your name can consist only of alphabet characters (no punctuation, ... (by MiiNiPaa)
|
by Zentorno
Getting Started
|
|
[1 reply] : > i was wondering if I should continue with the videos or find a good... (by JLBorges)
|
by clock
Nesting control commands
|
|
[2 replies] Last: Thanks Andy1992. (by clock)
|
by kmtompkins
C++ email
|
|
[15 replies] Last: He didn't change the code. You have to link the library. Google it. (by Avilius)
|
by Elads11
printing 2 triangles in a recursive function
|
|
[4 replies] Last: [quote=kevinkjt2000]Also the solution you ask for cannot be done. Ther... (by cire)
|
Dragging an fl_arc into position |
|
[3 replies] Last: Okay I just spent two hours compiling your code. Turns out on my arch... (by kevinkjt2000)
|
by PapaSmurf
Using reverse function and removing whitespace for a set amount of information from a txt file
|
|
[12 replies] Last: There is a more compact way for that: const auto count = std::min( 6,... (by keskiverto)
|
by Deeler
method with temporary vectors doesn't take last element
|
|
[2 replies] Last: Thanks a lot. (by Deeler)
|
by CallMeSimo
Problems with error check
|
|
[2 replies] Last: isdigit() tests a character not an integer. It tests for an ASCII repr... (by tcs)
|
by Sabomoth
List iterator not incrementable, enhanced for loop
|
|
[1 reply] : I don't know your bullets type. But usually an iterators code depend... (by tcs)
|
by Golfer22
Array is malfunctioning after do loop
|
|
[7 replies] Last: I repeat my previous comments: [quote=Golfer22]The array Seat will... (by AbstractionAnon)
|
by Blackhart98
Noob mistake
|
|
[2 replies] Last: Thanks i am a rookie 2 weeks in now I know all the basics just need to... (by Blackhart98)
|
Evaluating function return type at run_time |
|
[4 replies] Last: Ooh thank you very much @JLBorges though I haven't read about boost an... (by closed account SECMoG1T)
|
by aggsyb
Comparing two strings for characters
|
|
[1 reply] : This can be done quite easily without using the <regex> library. But... (by JLBorges)
|