by Kayleekim
Please help.... composition!!!
|
|
[3 replies] Last: In function ‘int main()’: 211:61: error: no matching function fo... (by ne555)
|
by Zoo
Saving and Loading a file
|
|
[no replies]
|
Incompleat type is not allowed |
|
[1 reply] : > My issue is that i keep getting an error 'incomplete type is not all... (by ne555)
|
by naeemnasser
neeeed help pleaseeeee
|
|
[1 reply] : It is not working is not an error message Be more explicit (by ne555)
|
Problems with dll's and lib's |
|
[3 replies] Last: Well i'll eat my words... The FULL path works fine, if I added the dir... (by TheBeardedQuack)
|
segmentation fault |
|
[2 replies] Last: This is my struct: struct TrieNode { int data; bool end; ... (by Stephaniei492)
|
by cdashdash
Program Closes Unexpectedly
|
|
[5 replies] Last: Try adding cin.get() after all inputs and before return 0; it works wi... (by SkyDriver2500)
|
by chessmaster
Look for appropriate data structure
|
|
[5 replies] Last: Just another short question...is there a way to use the find function ... (by chessmaster)
|
by Kayleekim
PLZ help!! object composition.
|
|
[no replies]
|
by CosmicQuahog
Posix thread join causes a bus error
|
|
[1 reply] : Here is all my code: https://gist.github.com/anonymous/5541239 The err... (by CosmicQuahog)
|
by pel1993
replacing charaters a to c , and c to a
|
|
[1 reply] : use a lookup table, for example #include <string> #include <iostream... (by Cubbi)
|
by cdashdash
No Default Constructor
|
|
[2 replies] Last: Okay. I added default constructors to my headers. Now when I run the p... (by cdashdash)
|
by knowNothing
Copy Unsigned Char Array Into Another
|
|
[12 replies] Last: Thank you very much, Cire :) (by knowNothing)
|
by Jesukiran
G++.exe: No such file or directory
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/36896/ Program not on %PATH% ... (by keskiverto)
|
by aruna
Multiple classes inheritance
|
|
[6 replies] Last: Thank u soo much it will surely help me understand how to frame the pr... (by aruna)
|
by jaden5165
How to do substring to get the last 4characters in c
|
|
[12 replies] Last: Same problem as with the string::find : if strstr returns null pointer... (by keskiverto)
|
by MA WiSo
how to #define strings
|
|
[1 reply] : #define SIZE 32 #define STR_EXPAND(tok) #tok #define STR(tok) STR_EXP... (by Peter87)
|
by Sihle85
Login system
|
|
[8 replies] Last: I do Hope So! :) ;) (by hansaaa)
|
by shilpa24
STL container? (1,2)
|
|
[20 replies] Last: okk i got it, will try to use iterators and check..!!! (by shilpa24)
|
by hansaaa
General computational question:
|
|
[2 replies] Last: Well, I think, it can be argued, in the case that I have, that it can,... (by hansaaa)
|