by Bjord
cannot open output file \\bin\Debug\Code:Blocks SFML Template.exe No such file or directory
|
|
[4 replies] Last: Thanks for catching that! That fixed it. (by Bjord)
|
by camk16
Trouble with "pow" function
|
|
[2 replies] Last: Don't you mean the sum from i= 1 to n of (i+i 2 )/3? The sum for i=1 ... (by dhayden)
|
by alexBB
Extracting real part from complex number. Part II
|
|
[3 replies] Last: #include <cassert> #include <vector> #include "complex" // non-stand... (by keskiverto)
|
by redfox26
Assignation with an array
|
|
[3 replies] Last: Get rid of the new in your first post, and see if it works. the new ... (by Ganado)
|
by theanswer
operator of "*" must be a pointer
|
|
[2 replies] Last: a is not a pointer so you cant do *a =. to put it simple *a means set... (by Precious roy)
|
by GreatBlitz
C++ for a thirteen year old (1,2,3,4,5)
|
|
[95 replies] Last: Alright that is great because the next section is all about pointers. (by GreatBlitz)
|
by pankar94
A little help here please!!!
|
|
[3 replies] Last: When validating input, I often find it easiest to break out of the loo... (by dhayden)
|
by northfly
Is there a virtual constructor?
|
|
[3 replies] Last: > I searched web about your method of protected constructor, it is sai... (by JLBorges)
|
New to Network Programming |
|
[1 reply] : http://www.cplusplus.com/forum/lounge/85135/ http://www.cplusplus.com... (by anup30)
|
by TeeK
Simple do while loop wont work
|
|
[2 replies] Last: Ahh ! thanks... it worked great after some edits. I discovered my prog... (by TeeK)
|
by GunR
terminate called after throwing an instance of 'std::invalid_argument'
|
|
[2 replies] Last: Oh god I'm dumb, I think I forgot to add the .txt file I want to use i... (by GunR)
|
by JB5056
Vowel Removal
|
|
[5 replies] Last: I would rather stick to algorithms bool isvowel(char& c) { auto ... (by closed account SECMoG1T)
|
by bryan177mcsc
terminate called after instance of std::out of range what() substr?
|
|
[no replies]
|
by macler16
Nested Loops
|
|
[5 replies] Last: I don't think so. void f(int n) { for (int i=n;i>=1;i--) for (int... (by Justin33)
|
by ryanjoshiii
Error Traping (1,2)
|
|
[34 replies] Last: @ryanjoshiii about that try-throw-catch that i provide, im actually n... (by quisite)
|
Unable to get switch statement to properly call functions. Any assistance greatly appreciated! |
|
[13 replies] Last: Hi, You should check for division by 0. :+) Hope all is well. (by TheIdeasMan)
|
by rokujohaven
For loop only works half of times specified
|
|
[3 replies] Last: Thanks for the tips! I guess I kind of confused for and while loops a ... (by rokujohaven)
|
by macler16
Help With a Loop
|
|
[2 replies] Last: for (i =0; i <n; i++) { Print i*i*i; } (by closed account SECMoG1T)
|
by newbeepakhi
Algorithm to code design
|
|
[no replies]
|
by Comicalizard
How would I single out the last digit of a four digit code?
|
|
[2 replies] Last: Wow... I have no idea why I overlooked that, something so simple. Time... (by Comicalizard)
|