by judo11
How to trap integer inputs in C++?
|
|
[1 reply] : Here's an example: #include <iostream> #include <string> #include <c... (by m4ster r0shi)
|
by banithel
Can someone help me with my code please?
|
|
[14 replies] Last: /* 9/28/2014 Intro to Programming Project 2: BMI Calculator This pro... (by jasonwynn10)
|
by banithel
If/else help
|
|
[4 replies] Last: you do not have to double post: http://www.cplusplus.com/forum/general... (by jasonwynn10)
|
by Corey21Woods
NEED HELP MY CODE WONT WORK!
|
|
[2 replies] Last: #include <iostream> #include <limits> using namespace std; int main... (by jasonwynn10)
|
by rgarcia2t
How do i get this pattern using a nested for loop in c++?
|
|
[8 replies] Last: you splelled my username wrong @giblit (by jasonwynn10)
|
by rdeleon6
Question about dynamic arrays HOMEWORK PROBLEM
|
|
[no replies]
|
by byronflds
Help with Mips assembly language
|
|
[1 reply] : thought it might be because I didnt add j loop to the end of the loop ... (by byronflds)
|
by Citrusl
Help with Keylog Imposible to make.
|
|
[1 reply] : you should probably translate it to english so more people know what y... (by Jacobhaha)
|
by anduhd
C++ exe code keeps crashing
|
|
[no replies]
|
by banithel
Issue with string and spaces
|
|
[1 reply] : I have also tried this with getline(cin, getName); on line 9 instead ... (by cire)
|
by jodytj
C++ Debug Help
|
|
[6 replies] Last: I have it compiling now but get a run time error. when I compile it: ... (by jodytj)
|
by mattimo
concatenate two char arrays into single char array..
|
|
[2 replies] Last: @ OP: After you add the forward declarations and the other stuff that ... (by Computergeek01)
|
by novellof
Function Chaining?
|
|
[9 replies] Last: Is generally a bad idea since the intermediate object would be destro... (by MiiNiPaa)
|
by reach devi
unable to find out what is wrong
|
|
[6 replies] Last: @keskiverto Thank you very much.The code worked perfectly.And i thank ... (by reach devi)
|
Keeping track of used letters in hangman game |
|
[3 replies] Last: #include <iostream> #include <stdio.h> int main () { char ch; ... (by kemort)
|
by N10
read and you'll know
|
|
[4 replies] Last: @ Computergeek01, thanks but i prefer using kbhit(); kbhit(); func... (by N10)
|
by mainoon95
Problem with using nested loop with file I/O
|
|
[1 reply] : It looks like it's possible you're reading the file too many times, bu... (by jlb)
|
by Cambalinho
c++ 11 - how overloading operators?
|
|
[13 replies] Last: > how i can do it? Wait for the C++14 feature? It should become wid... (by JLBorges)
|
by dev05
Average is incorrect
|
|
[10 replies] Last: Interesting...How would that not cause a problem? He is storing all th... (by novellof)
|
by cybr
c++ header file
|
|
[1 reply] : I think you're talking about Include Guards. They prevent the declarin... (by Ganado)
|