C++ Program help!!!!!! |
|
[2 replies] Last: you can use std::cout for the prompt and the output and std::cin for t... (by Gamer2015)
|
C++ Program Help!! |
|
[2 replies] Last: you can use std::ifstream to get integers from a file: #include <fst... (by Gamer2015)
|
by brendan
Using a function to load an array from a text file
|
|
[2 replies] Last: Thank you. I just needed that and a global variable. I have it working... (by brendan)
|
by markdean1989
Overloading stream extraction operator
|
|
[3 replies] Last: cire (5966) Thanks! I can't believe I missed that. I thought I needed ... (by markdean1989)
|
cannot get substring from main string |
|
[2 replies] Last: wow, cant believe I made such a simple mistake with the semicolon. act... (by toasterstrudel)
|
by Penquir
Loop
|
|
[5 replies] Last: No prob bob :) (by closed account 2LzbRXSz)
|
by rahul1701
how to add my questions in c4droid
|
|
[no replies]
|
by Giuggiola
List of sliders with template (1,2)
|
|
[38 replies] Last: Really many thanks for everything, it was a pleasure, bye. (by Giuggiola)
|
matrix with string |
|
[no replies]
|
by konstance
Thread Affinity
|
|
[2 replies] Last: Ty for the hint :) (by konstance)
|
by helpMeMAn
memory game
|
|
[1 reply] : Hi, I read the question a couple of times but could not understand it.... (by minomic)
|
Center Function |
|
[5 replies] Last: From your point of view, yes. The difference is in the width formatti... (by Duthomhas)
|
by cmt9000
binary search method
|
|
[2 replies] Last: Right, I was wrong. I guess I need a way to compare the two positions... (by cmt9000)
|
by skhds
problem with using scanf for arrays
|
|
[1 reply] : I don't know why you would represent a 32 bit binary number as a 5 dim... (by cire)
|
by yj1214
typedef function?
|
|
[2 replies] Last: http://en.wikipedia.org/wiki/Typedef#Using_typedef_with_function_point... (by ne555)
|
by dilver
I am confused
|
|
[16 replies] Last: Hi, Just one more thing, to help you out: Of course I always use a ... (by TheIdeasMan)
|
by jlinder
Please help me!
|
|
[1 reply] : here's a decent explanation of the theory: https://www.mathsisfun.com/... (by mutexe)
|
by Ceset
Creating a Subprocess and Communicating
|
|
[2 replies] Last: I have gathered some information. For android, it depends on the devi... (by Ceset)
|
by gamingYeah
Cant figure out why this is not printing
|
|
[1 reply] : class DestinationList { private: int numObjects; /... (by gamingYeah)
|
ADT Queue Problem |
|
[1 reply] : Add "else" on lines 45 and 51. Also, get rid of line 153 and 156. Yo... (by fg109)
|