by jianghuzai
about 2D array problem with text file.
|
|
[no replies]
|
by davefulton
Nested for loop problem
|
|
[no replies]
|
by Snippset
Deleting from A(m,n) array
|
|
[1 reply] : I don't understand what you're trying to do but try an STL container:h... (by mcleano)
|
by NiLiFe
curses.h console resize
|
|
[1 reply] : This is how it should work: int main() { WINDOW *win; // poin... (by Bazzy)
|
Full screen |
|
[6 replies] Last: On Vista isn't possible, on XP call SetConsoleDisplayMode(GetStdHandl... (by Bazzy)
|
std::bad_alloc problem |
|
[4 replies] Last: I got it resolved. I was putting so many things inside the loop which... (by abhishekarun123)
|
by halestorm222
Plasma pistol output coming out wrong.
|
|
[3 replies] Last: pistol B is using the overloaded constructor, But you have not set val... (by tene)
|
Vector of classes |
|
[2 replies] Last: Now it works... I tried that before and I got complaints from my comp... (by closed account Sy0XoG1T)
|
by padutch
Using the random function outside of main function
|
|
[4 replies] Last: NB the function does not do what the comment says it does. Look again... (by jsmith)
|
by davefulton
Does any of this make sense?
|
|
[2 replies] Last: Looks like someone likes redundant parentheses. (by helios)
|
by pdxstudent
Word game, with arrays
|
|
[6 replies] Last: Underscores are very simple. Just print in the exact same way you did ... (by tummychow)
|
by drzura
Correct way to enter data into an array?
|
|
[5 replies] Last: My intentions are to: 1. Input a character from a file. 2. If the ... (by drzura)
|
Can't run program |
|
[8 replies] Last: You're supposed to choose "multithreaded debug" if you're compiling fo... (by helios)
|
by windows
Segmentation Fault
|
|
[5 replies] Last: Try using cin.getline(). (by firedraco)
|
by liraz
free()
|
|
[1 reply] : The value of p doesn't change, and no, you can't use that memory anymo... (by helios)
|
by JC Young
It doesn't add up
|
|
[7 replies] Last: My guess is that OP forgot to recompile. (by helios)
|
by Progesco
merge two list
|
|
[5 replies] Last: I'm thinking of run from 1st to last element of first list, and inser... (by herbert1910)
|
by ShadoX
creating a huge int massive
|
|
[4 replies] Last: Not 4 Gb, but only 4 Mb. You're right, sorry. (by Bazzy)
|
by Tara200
Hash Table dictionary
|
|
[1 reply] : i don't see your IndDicT class, so i don't really know how it works. ... (by herbert1910)
|
For |
|
[1 reply] : This shouldn't even compile first, you assign letter '1' to broj, n... (by Null)
|