by Yezman
What can a one-dim array NOT be indexed as.
|
|
[1 reply] : I believe you can only index an array with an integral type, so an int... (by IceThatJaw)
|
by Final9mare
Binary Search Recursion help
|
|
[1 reply] : Your recursive calls to your binarysearch() function need to operate o... (by Zhuge)
|
by nicoling1234
HELP: debugging
|
|
[no replies]
|
by kaos51
Deleting Nodes!
|
|
[2 replies] Last: This code isn't C++. Looks like some kind of Microsoft language. (by Moschops)
|
by SilverThorn
Calloc of a struct
|
|
[5 replies] Last: You're getting mixed up with pointers to char and arrays. In the case... (by jim80y)
|
by DrNoname98
How do i return an array?
|
|
[8 replies] Last: No, it does not work. Stewbond's code is incorrect and a little confu... (by Disch)
|
by Drejj
Identifier not found
|
|
[9 replies] Last: Yep, fixed it. Also, wasn't getting an error for this but i altered my... (by Drejj)
|
by jew
How get to work?
|
|
[3 replies] Last: I now cannot seem to get it to display the data in a column. It appea... (by jew)
|
by KKlax
Help with this do/while loop
|
|
[5 replies] Last: Add cin.clear(); before line 27 and 40. Also, you could declare ch ... (by wjee0910)
|
by caveman007X
Help with time.
|
|
[6 replies] Last: Is your problem that you are always getting 0 or a negative number? Y... (by Stewbond)
|
by agreenman20
Problem linking the array to txt file
|
|
[2 replies] Last: Even using ios::in I'm stumped... #include <iostream> #include <fstr... (by agreenman20)
|
by adibahuda
new things for me
|
|
[4 replies] Last: "%[^\n]" is a format specifier for the scanf() family of functions, wh... (by Cubbi)
|
by djmdjmdjm
algebraic equation help
|
|
[1 reply] : float x, y; cin >> x >> y; cout << "This expression is " << (x*x - y... (by Stewbond)
|
containers and adapters in c++ |
|
[1 reply] : The reference section of this site is very good. It provides a simple... (by moorecm)
|
by KKlax
How to create input/output file for ModuloZ program?
|
|
[1 reply] : I haven't heard of ModuloZ and google didn't bring much up right away.... (by Stewbond)
|
by RKint
glibc detected
|
|
[9 replies] Last: Very very thanks :) Now I understand... thanks a lot again for your pa... (by RKint)
|
by djmdjmdjm
help with divisors
|
|
[8 replies] Last: I'd put it here: #include <iostream> using namespace std; int ma... (by Stewbond)
|
by Lynx876
Enabling DoubleBuffered?
|
|
[12 replies] Last: webJose, I could kiss you... LOL Thanks a lot for the help! It's very... (by Lynx876)
|
by anomaly
How to stop my calculator from being able to be bugged
|
|
[1 reply] : I'm not sure why 1-1 would crash your program. Might be good to get ri... (by Gaminic)
|
by Coheed
Looking for some help on my hw
|
|
[5 replies] Last: Oh well if you message me what you have so far and the instructions he... (by KS05)
|