by yagoogaly
Searching for substrings within a file
|
|
[3 replies] Last: I would stick with getline to get stuff you the file, since I am prett... (by firedraco)
|
by matiw
copy constructor for const members
|
|
[2 replies] Last: thank you i was not sure if i could do it in this way. it really sol... (by matiw)
|
by HeatMan
Trouble with (propaply) an array.
|
|
[3 replies] Last: And how the for loop should be? (by HeatMan)
|
by kiloraw
Did I do this right?
|
|
[1 reply] : That just means it doesn't have to load any symbols...it's not an erro... (by firedraco)
|
by drag421
Something wrong?
|
|
[10 replies] Last: Thanks psault I got it (by drag421)
|
by Hazer
Delete one letter
|
|
[4 replies] Last: If you know where the letter ist, yes it is possible to overwrite the ... (by int main)
|
by bluezor
Guess My Number Problem
|
|
[7 replies] Last: As far as what i understand, this program would only need just a singl... (by ja23jr)
|
by kaisin
need assistance in drawing graphs...urgent! Tchart Line graph
|
|
[no replies]
|
by true
Little problem with Dev-C++
|
|
[1 reply] : I had this problem too. I don't know why it worked before and then sto... (by tgruwell)
|
by xTremeUser
How to sort an array of integers and an array of strings at the same time?!?
|
|
[3 replies] Last: The name has to change at the same time the grade does for example ... (by Umz)
|
by smallsky
String/Data to Array
|
|
[1 reply] : Use a map (or a vector of pairs, but the map is better for this). (by firedraco)
|
by newage123
What is the difference between VB script and Java script?
|
|
[2 replies] Last: Javascript would be better. I'd question the VBS engine on Linux/FireF... (by Zaita)
|
by chiwah
what's wrong with the program?
|
|
[1 reply] : Where's your fopen() for the fptr? (by TheWzrdOz)
|
by sparky
Pointer to a Linked List
|
|
[1 reply] : You at least have to forward declare ContentsOfFile before using it. ... (by jsmith)
|
by LacViet
Cin problem.
|
|
[5 replies] Last: LOL, thats entertaining at least, your prof. is a funny guy (by Umz)
|
by elika
Simple games on comp
|
|
[3 replies] Last: for the hanoi...You can use recursive function.If you know for n-1,you... (by Nandor)
|
Loop Issues |
|
[3 replies] Last: Just put the input at the start of a loop, eg; ifstream slope_a; ... (by Faldrax)
|
by DietRichCola
How to Check Values in an Array
|
|
[7 replies] Last: For the cityExists() function, what value are you puting into name ? ... (by Umz)
|
by serenityy72
opening a file
|
|
[2 replies] Last: Yea you can do something like what firedraco says to output data to an... (by Umz)
|
by quant
class _> struct
|
|
[4 replies] Last: I'm no expert but I'm pretty sure that C doesnt have templates, I th... (by Umz)
|