by lumbee
Trying to read data from file into array...
|
|
[2 replies] Last: ...thanx melkiy...amazing how you just can't see a problem like that..... (by lumbee)
|
by epszxz
How I can get multiple cout?
|
|
[3 replies] Last: printf, or make a menu function or some such that takes an array as pa... (by gcampton)
|
by anthonyv
how do you use eof?
|
|
[8 replies] Last: no eof marker? what kind of error? (by gcampton)
|
by Krypt
The
|
|
[3 replies] Last: I see no code. But is the program drawing as if it were a maze generat... (by Spinage209)
|
by Spinage209
rArrays needed to keep track of multiple objects?
|
|
[2 replies] Last: Yea, i asked around today. Thanks anyways. (by Spinage209)
|
goto skip_loop; |
|
[4 replies] Last: Much better form: if (dolazak == "da"){ cout << "Volim te cu... (by Disch)
|
by nattayb
Simple Web Crawler
|
|
[no replies]
|
by acdougla17
Passing array to functions with pointers
|
|
[3 replies] Last: instead of myfile >> numarray.... Edit: nvm, didn't read first post... (by gcampton)
|
by cbouwkamp
Finding a specific line in a file?
|
|
[13 replies] Last: you can have a running count, or as you say use vectors. (only reason ... (by gcampton)
|
Program |
|
[1 reply] : Google vc runtime redist. (by helios)
|
by Kuzco
Box-drawing characters
|
|
[4 replies] Last: "\xDE\xAD\xBE\xEF" (hexadecimal) or "\336\255\276\357" (octal) (by helios)
|
by alnews
How to fill an array with some specific elements of a matrix?
|
|
[6 replies] Last: Yes, it was so simple, how stupid was I! Here's the full working code... (by alnews)
|
by crea7ure
Fun(object** p,int n) not calling child member function
|
|
[8 replies] Last: ^_^ (by JRevor)
|
simple program |
|
[7 replies] Last: Thanks dude *solved* (by closed account 2E0XoG1T)
|
by gcampton
Anybody use eclispe?
|
|
[no replies]
|
by ljrobison
Need adive with a portion of my tic tac toe project.
|
|
[6 replies] Last: When you use .at() on the string, it returns a character. You need to ... (by Zhuge)
|
by zzvsst
a problem about switch&while statement.
|
|
[5 replies] Last: When you input an EOF character, then the while loop evaluates cin as ... (by Zhuge)
|
by frier8000
adding a menu to my program
|
|
[2 replies] Last: yes, I like to put menus in do while loops: do { cout << "ME... (by Soko)
|
by mushroom000
Nooby Question
|
|
[4 replies] Last: Sweet. Thanks. Thats what I came up with when I plugged it into Dev-... (by mushroom000)
|
by frustrated
pass by reference college assignment
|
|
[11 replies] Last: Yes, that's it. The indentation is weird though; why are all of the cu... (by Zhuge)
|