by SVcpp
Help with code?`
|
|
[2 replies] Last: Thanks! I figured it out a little later with help, but this helps too!... (by SVcpp)
|
by lilmula01
I'm a beginner but I need help bad!
|
|
[5 replies] Last: I finally just decided just to delete everything except the bool and i... (by lilmula01)
|
by vadkortefa
Looping through files
|
|
[5 replies] Last: Thank you very much, this is exactly what I needed! (by vadkortefa)
|
by ej711
Checking if 3 Variables are Equal
|
|
[13 replies] Last: while(variable1 != variable2 || variable2 != variable3) { //get ... (by giblit)
|
by JohnMorris
Switch within a switch called from a function
|
|
[14 replies] Last: How does this behave? #include <iostream> void showMenu() { std::cou... (by keskiverto)
|
by xx1182
SDL and renderers
|
|
[3 replies] Last: I guess SDL.h contains a forward declaration of SDL_Texture without a ... (by Peter87)
|
by Oboko
How to share cross-platform program using Boost libraries
|
|
[1 reply] : Well first off, you need to decide how you want to link to Boost. You ... (by ResidentBiscuit)
|
by ianElliott
yet another primary-expression compiler error
|
|
[2 replies] Last: Okay, awesome. That did the trick for now, thanks. I figured it was so... (by ianElliott)
|
by Pter0dactyl
%d vs %s
|
|
[2 replies] Last: GCC will warn you if you use the -Wformat flag (included by -Wall). h... (by Peter87)
|
by ci one
storing one item in two different vectors
|
|
[10 replies] Last: Thanks, makes sense. I think the double asterisk signature is certainl... (by ci one)
|
by danzal
i cant open text file
|
|
[3 replies] Last: why is my output like that You just need an endl in your cout s... (by Chervil)
|
by Ozwurld
Help Simplify the following for loop
|
|
[6 replies] Last: Instead of for( int j = 2 you could put for( int j = 0 That requi... (by Chervil)
|
by beckfordcub5
changing numbers to upper case letters
|
|
[4 replies] Last: Hint: For These Type of Programs always make use of the ASCII Table :... (by Disch)
|
by Deviouscola
Efficiency Question
|
|
[1 reply] : I will also be going through a pointer to accesses fields for compari... (by AbstractionAnon)
|
by beckfordcub5
output largest negative number
|
|
[3 replies] Last: As giblit has said, it's as simple as that. (by guteyuro)
|
by Rashad2
Algorithms
|
|
[2 replies] Last: you can try Algorthms in C by robert Sedgewick https://www.google.cm/u... (by shadowCODE)
|
by sanann
pointers using boost::ublas::matrix
|
|
[no replies]
|
by maiden
Program exits if non-integer is entered
|
|
[7 replies] Last: Yes, by program logic. "123" is one input. "+" is the next input. Writ... (by keskiverto)
|
by Nikko YL
(algorithm) transform every element and append to the same container
|
|
[6 replies] Last: Thank you. I have learnt a lot from your reply. (by Nikko YL)
|
by ppoy123
HELP ME! C++ EXAM
|
|
[5 replies] Last: Oh and by the way the modulus operator is the same as c = round(a/b) ... (by giblit)
|