by aaronfue
Nested for loops......HELP!!!
|
|
[1 reply] : Look at each side and see how many stars there are compared to the lin... (by Zhuge)
|
by Bubbles26
New, need guidance
|
|
[1 reply] : Look at the page http://www.cplusplus.com/articles/EzywvCM9/ You will ... (by histrungalot)
|
by birdwalkr
Fix my almost-finished square root code?
|
|
[1 reply] : I would have named the function is_perfect_square() , since the purpo... (by Duthomhas)
|
bad_alloc due to memory allocation in a loop |
|
[1 reply] : I believe I solved the error--it turns out that every subarray of dpt ... (by OccamsChainsaw)
|
Football calculator |
|
[2 replies] Last: I see, your formula would be fine as well, but is there any reason to ... (by StevetheHunter)
|
by zero7741
RemoveAll function
|
|
[1 reply] : Here is the test coding: #include <iostream> #include "arrayListT... (by zero7741)
|
by ariana2608
Help please!! having trouble using booleans/ if statements
|
|
[5 replies] Last: I've been working on my program and it still doesnt work. This is what... (by ariana2608)
|
by msulli1355
segfault and gdb won't give me a line number
|
|
[no replies]
|
by anon1234567
help me quick please new to c++
|
|
[3 replies] Last: You can change ALL the float types to int. (by Blue Shell)
|
by theJAQQ
cin.get(char) + switch statement
|
|
[2 replies] Last: ok You need to place brackets around each of your cases (this is good ... (by soranz)
|
by jamkas
Polynomial with Class and Header
|
|
[2 replies] Last: Here is the output I'm trying to get : Sample output – user input... (by jamkas)
|
by moot1
how can i improve this
|
|
[6 replies] Last: Essentially, to be able to make calculations based on something like t... (by soranz)
|
by nkyle
Help w/ Ogre and Dev-C++ & inline from headers
|
|
[no replies]
|
by georgep
Self implementation of std::next_permutation(), just want to check something
|
|
[2 replies] Last: Nope, no complaints from the compiler. Instead of setting a breakpoi... (by georgep)
|
by vvt72277
FileAPI.h
|
|
[7 replies] Last: Chech out their entries in MSDN http://msdn.microsoft.com e.g. Get... (by andywestken)
|
by vichu99
Return 2
|
|
[2 replies] Last: return is a very specific word that I don't think you meant to use h... (by Stewbond)
|
by Vince93
How to store searched elements in an array
|
|
[1 reply] : I do not know how to store the data in an array because the size of th... (by vlad from moscow)
|
by vckngs7
Search Through Directories
|
|
[no replies]
|
by Yoda
Begginer) Is DEV-C++ question
|
|
[5 replies] Last: Is none using microsoft visual studio? :> (by Serri)
|
by jaredc123
Program homework help (C++)
|
|
[2 replies] Last: /*int*/ totaldrinks = (coffee * 1.35) + (latte * 3.15) + (mocha * 3.4... (by ne555)
|