by MAQAH
pass by reference
|
|
[4 replies] Last: damn it , got it , .. I cant beleive y I was so blind not to understan... (by MAQAH)
|
by pbhuter
Reading all but the last few lines of a data file
|
|
[1 reply] : If the file format is well defined then you should look at the specifi... (by Texan40)
|
by StudentN
A homework I cant complete
|
|
[4 replies] Last: If the OP wants to compare C-strings, it would seem like using pointer... (by krakissi)
|
by Dr Watson
Code Editor (iPad2)
|
|
[2 replies] Last: Check this out: http://itunes.apple.com/us/app/textastic-code-editor/i... (by closed account zb0S216C)
|
by freelist
dll and template?!?!
|
|
[2 replies] Last: If you have a list of types which the template will be instantiated fo... (by kev82)
|
by szak1592
Is main function in c++ user defined or built in?
|
|
[1 reply] : It is user defined, there is no 'default' version provided by the tool... (by closed account 1vRz3TCk)
|
by garyfri
undefined reference to 'initialArray(int *)
|
|
[2 replies] Last: Thanks. I was up until 3 am and thought I respelled it like 20 time to... (by garyfri)
|
by bmwboi
Binary file help!
|
|
[3 replies] Last: anirudh sn, thank you very much sir! Repositioning the file pointer to... (by bmwboi)
|
by v1ashiva
Segmentation fault message in dev C++
|
|
[13 replies] Last: I got the VS IDE working , thanx a lot for ur advise cire. (by v1ashiva)
|
parsing filename |
|
[2 replies] Last: thank you!! (by SirSmilesaLot)
|
Displays Question Twice |
|
[1 reply] : You use getline and cin >> together which causes the problem. You cou... (by vin)
|
by aznairjordan
how do i count characters after i get words from text
|
|
[no replies]
|
Problem writing C code for this problem |
|
[2 replies] Last: i dont see a problem unless its a dynamic string. (by SirSmilesaLot)
|
by Daniel Spain
Indexing Duplicate Variables In An Array
|
|
[no replies]
|
by Argon
Practicing menu... help!
|
|
[2 replies] Last: I am an imbecile, sometimes. I put it in just after the menu choices. ... (by Argon)
|
by newdomingo
random number generator
|
|
[8 replies] Last: Also remember to seed random number generator. Use for example ctime l... (by eraggo)
|
by jsprogrammer
Codeblocks Global variables setup for GTK+
|
|
[3 replies] Last: no, apparently I have no gdk-pixbuf/gdk-pixbuf.h, but i do have gdk-pi... (by jsprogrammer)
|
by adjaharrison
Code works on Linux but not on Windows OS
|
|
[3 replies] Last: Good on you. In declaration, char getgender(string, char&); Then, ... (by b2ee)
|
by lolz123
A function pointer to a member function that is a member of a class
|
|
[6 replies] Last: That worked! I misplaced my parenthesis. Thanks for the help! (by lolz123)
|
by bmwboi
Need help writing to binary file
|
|
[6 replies] Last: It's still printing out jibberish, but when I go into the file itself,... (by bmwboi)
|