by toddlerj1536
Help with recursive square root
|
|
[no replies]
|
by almica
complex calculator
|
|
[3 replies] Last: Why do I use the re/im of temp? Well: temp. re = a + b.getReal(); /... (by coder777)
|
by dagurr
catching error in c++
|
|
[3 replies] Last: thanks for the idea i figured it out (by dagurr)
|
by decoy98
How do I define and use a struct using separate compilation?
|
|
[1 reply] : bump (by decoy98)
|
by tylerb
Bad results in calculating program
|
|
[4 replies] Last: That worked perfect, thanks a ton! (by tylerb)
|
by nsidaris
String Arrays
|
|
[2 replies] Last: Works!, can't believe it was that simple, and I completely understand ... (by nsidaris)
|
by abcdefghijkl
Problem with average
|
|
[2 replies] Last: Works perfect. Thank you for your help. (by abcdefghijkl)
|
by bcav311
loop all the time when hitting q to quit
|
|
[5 replies] Last: That's because you have a random cin outside the loop itself. Just rem... (by Semoirethe)
|
by gilgamesh45
Dynamic Array using Data File
|
|
[5 replies] Last: Your problem is that you are trying to use std::cin , which is c inpu... (by BlatantlyX)
|
by vavoitus
Templates
|
|
[3 replies] Last: Please use code tags. But anyway, 1. You need to only declare a defau... (by Semoirethe)
|
by INeedAHero
Can a function return an arbitrary container?
|
|
[6 replies] Last: >I s there any possible way for me to deduce the type of T by just exa... (by JLBorges)
|
by Beginner159
Just a quick question
|
|
[7 replies] Last: Thank you so much! One of my projects is finished! Thanks for helping... (by Beginner159)
|
by Vandalism
Palindrome Recursive
|
|
[1 reply] : Your palindrome algorithm works fine, the issue is in main. It's never... (by Semoirethe)
|
by JORGEMAL
Arguments/parameters in a callback
|
|
[1 reply] : Shouldn't it work simply to pass pancakesScreen by reference(or a poin... (by Semoirethe)
|
by lew13
Need help with a function
|
|
[2 replies] Last: I didn't get my full code in there I have the parentheses. It doesn't ... (by lew13)
|
by Aideux
While loops + strings
|
|
[3 replies] Last: As shadowCODE said, you need to check if the LAST element entered is "... (by Semoirethe)
|
by dsilves1
Need help with loops
|
|
[no replies]
|
by steven99
Turing machine simulator
|
|
[2 replies] Last: that's all what i did (by steven99)
|
by zaforian
HI huge integer broblem
|
|
[4 replies] Last: thank you my friend i will look for it :) (by zaforian)
|
by mmiller03
Inheritance
|
|
[1 reply] : > i just dont know how to finish it off. really? int main() { S... (by shadowCODE)
|