by Fransje
Error in Source Code
|
|
[4 replies] Last: Thanks all for the replies and especially Peter87, because you were ri... (by Fransje)
|
by AandR2024
Question about "not the same"
|
|
[2 replies] Last: Thank you (by AandR2024)
|
by Diana Magers
Annoying Error Messages
|
|
[10 replies] Last: From what I read about Geany, I believe the N++ program is similar. I ... (by Volatile Pulse)
|
by i2Fluffy
Indexing an Integer Variable
|
|
[5 replies] Last: Reference my Palindrome function: bool IsPalindrome(int number) { ... (by Volatile Pulse)
|
What am I doing wrong!!! |
|
[4 replies] Last: Arrays are not needed, but they are the easiest way to do it. Obviousl... (by Volatile Pulse)
|
Square of sum |
|
[4 replies] Last: Ah I had some parentheses misplaced when I copied this to paper. (by ResidentBiscuit)
|
Question...! |
|
[17 replies] Last: #include <iostream> using namespace std; int main() { int userIn ,smal... (by amchinese)
|
by BroncoAG
Array Search cout problem
|
|
[2 replies] Last: thanks for the response. That worked. I thought I had it after I poste... (by BroncoAG)
|
by dancks
why are global variables in header not visible to .cpp file?
|
|
[3 replies] Last: why are global variables in header not visible to .cpp file? You we... (by Volatile Pulse)
|
by jdrake
The online course I'm taking has examples that aren't quite compatible with G++/Cygwin
|
|
[2 replies] Last: Sorry about the typo in the post with iostreams. There was no "s" in t... (by jdrake)
|
by bballuver13
Libraries?
|
|
[5 replies] Last: Thanks a ton!!! That is perfect!!! :) (by bballuver13)
|
by Yestsuae123
Please help me create a function first time.
|
|
[3 replies] Last: #include <iostream> #include <string> #include <cmath> using namespa... (by Lowest0ne)
|
by masm32
call your own function call operator
|
|
[4 replies] Last: Thanks again, it works now using (*this)(i,j) I'm editing the ... (by masm32)
|
by Script Coder
Project Euler #10
|
|
[1 reply] : unsigned long isn't large enough for the result, try unsigned long lon... (by naraku9333)
|
by Lowest0ne
c/C++ dynamic memory - compatible?
|
|
[2 replies] Last: malloc is guaranteed to never call new , and delete is only guara... (by Cubbi)
|
by mikeecb
Problem with Functions
|
|
[4 replies] Last: Thats solved it! Thank you very much for your help :) (by mikeecb)
|
Euler#5 |
|
[2 replies] Last: Haha, that's how mine tend to go. I usually just throw something toget... (by ResidentBiscuit)
|
by Cheeseface
Can't even get first program to run!!
|
|
[2 replies] Last: A string that's proceeded with an "L" denotes a wide-string. Wide-stri... (by closed account zb0S216C)
|
by LaC0saNostra
Error With Payroll Program Using Arrays
|
|
[5 replies] Last: I figured out my small errors and it finally executed but thanks for a... (by LaC0saNostra)
|
by snesnerd
making a each letter of a word different colors
|
|
[1 reply] : In C++ a word is the string data type. You can print out the individua... (by Volatile Pulse)
|