by Ashtongue
Problem with repeating print commands.
|
|
[1 reply] : I'd need to see your code to help with this. (by firedraco)
|
by allphex
Simple debug Sinus and Cosinus
|
|
[5 replies] Last: I've made some changes in the program, but for some reason it doesn't ... (by allphex)
|
by bella09
interface and implementation
|
|
[4 replies] Last: oh so that is not a programming question? I thought it was basic prog... (by Rihtnow)
|
by rpool
new comer VC
|
|
[3 replies] Last: VC 2008 need .NET ? No. Will use PII computer to Runing it. Too S... (by helios)
|
by NGen
Template Problem
|
|
[6 replies] Last: I had a reason before... I can't remember what it was. -_-' Good point... (by NGen)
|
Array and Loop trouble |
|
[2 replies] Last: *Smack forehead* Thanks helios that solved everything. (by primateboywonder)
|
by gong
iterators problem
|
|
[6 replies] Last: @R0mai and firedraco Didn't think of that. Also got the wrong opera... (by Chewbob)
|
by paoloricardo
stream types
|
|
[2 replies] Last: kbw: thanks. (by paoloricardo)
|
by hannes
booleans
|
|
[4 replies] Last: i got it, thanks! I think i'm going to remove the else-statement, beca... (by hannes)
|
by gong
sorting problem
|
|
[1 reply] : return valores ; Should be return valores.back(); Sorting to get t... (by helios)
|
by joshky
Stack vs other STL
|
|
[3 replies] Last: All else equal, I think it is a matter of personal preference. (by jsmith)
|
by pedrosacosta
Compiler: undefined reference
|
|
[1 reply] : Probably your compiler can't find the winsock library. If you're using... (by Null)
|
by DBDWarrior
Just isn't working.
|
|
[2 replies] Last: xD omg i can't believe that slipped passed me, one of the easiest thin... (by DBDWarrior)
|
by garob
CodeBlocks won't compile
|
|
[1 reply] : Did you set the compiler properly? (by Bazzy)
|
by award982
Infinity loop, dunno why
|
|
[3 replies] Last: #include <iostream> #include <string> #include <locale> using ... (by closed account z05DSL3A)
|
by FireNyx
member funtion to add 2 objects, without overloading
|
|
[2 replies] Last: Thank you so much - You are an Angel! (by FireNyx)
|
by funkyhertz
Creating a 2-dimensional array
|
|
[no replies]
|
by FireNyx
Class constructor error check / prohibit value problem
|
|
[2 replies] Last: Thank you for your help - I will try it out (by FireNyx)
|
by trigger097
can you please
|
|
[4 replies] Last: #include <iostream> using namespace std; int main() { double... (by Chewbob)
|
by grcunning
verifying that input is hex
|
|
[3 replies] Last: It's probably the same problem as if you cin >> an int and you input c... (by firedraco)
|