by Ahrna52
Please Help array char comparison
|
|
[4 replies] Last: I can only guess it was a Dev error. If you mean the compiler got it... (by Chervil)
|
by jonlande
Bubblesort and nonduplicates
|
|
[2 replies] Last: #include <iostream> #include <iomanip> using std::cin; using std:... (by jonlande)
|
File pointer problem |
|
[7 replies] Last: Did you try doing a 'find' for the string "countNW" in your code, to s... (by Chervil)
|
by chaertel
Passing a 2D boolean array in .C
|
|
[11 replies] Last: I figured out my problem with defining the function. I'm using Micros... (by chaertel)
|
by samuelm33
overloading ostream operator
|
|
[7 replies] Last: Derrrrrrrrrrp I found my retard cap, was right next to the I never put... (by samuelm33)
|
int ---> 0.1 |
|
[5 replies] Last: Thank You SO Much. That relay helped. :D So i put it : int ... (by closed account jyU4izwU)
|
by xZakum41x
GCC/G++ CMD PR won't do anything
|
|
[3 replies] Last: What errors do you get about the above program when you try to compile... (by Mats)
|
by backslashx00
I am getting a segmentation fault, why?
|
|
[7 replies] Last: > You are overusing pointers and dynamic memory, and therefore asking ... (by ne555)
|
by halamaker
Incorrect Output for certain overloaded operators
|
|
[12 replies] Last: Ahhhh!!! yayayay thanks so much, you've been a wonderful help I apprec... (by halamaker)
|
by spaghett
Verify numeric input
|
|
[3 replies] Last: sorry for my overly late reply. You could try using two for loops one ... (by Drakon)
|
by wolfv
static variable inheritance?
|
|
[2 replies] Last: You can put this : private: static int layer; like: protec... (by Edevan)
|
by iamlearning
what am i doing wrong
|
|
[4 replies] Last: Thanks, I'll keep working on it. I appreciate the help I am struggling... (by iamlearning)
|
by hilft
For Loop problems
|
|
[4 replies] Last: The for loop ends when the condition becomes false. In this case, th... (by long double main)
|
by LostCoder368
PLEASE HELP ME
|
|
[2 replies] Last: wow thanks a lot. it helped me move closer towards finishing my progra... (by LostCoder368)
|
by qwer3200
Two questions. The first one is that the program can run, but it cannot show the result. The second one shows the error.
|
|
[2 replies] Last: I read this quickly so apologize if I didnt catch your problem. Meanw... (by fahmankhan75)
|