by mrvecka
Problem with struct in function
|
|
[7 replies] Last: i need read data from imput file and put them in the struct. i did it ... (by mrvecka)
|
by xiaoping1997
i cant run my manager function part~
|
|
[no replies]
|
by pacman169
gettoken
|
|
[7 replies] Last: Do you have to read the input char by char with getch() ? Can't you ju... (by Thomas1965)
|
by unknown user
converting integers to character using pointers
|
|
[1 reply] : I don't understand your question. Can you be more specific? Why do y... (by dhayden)
|
generating triangle problem |
|
[6 replies] Last: the coordinate of the center should be Y = 12/2 = 6 and X = 20/2 = 10 ... (by closed account E3h7X9L8)
|
by lycloud
Draw a map using SDL library
|
|
[no replies]
|
help please (1,2) |
|
[24 replies] Last: for(i=0;fscanf(input,"%d %d %s ",&id ,&grade ,&name )!=EOF;i++){ ... (by YOSIFALAQEEL11)
|
by alxprog
Accessing members of an outer class inside nested class since c++11
|
|
[5 replies] Last: Now I got the picture, thanks. (by alxprog)
|
works without errors!! but stops in the output!! |
|
[9 replies] Last: How to use code tags: http://www.cplusplus.com/articles/jEywvCM9/. (by SamuelAdams)
|
by unknown user
converting interger to character using pointers
|
|
[1 reply] : How to use code tags: http://www.cplusplus.com/articles/jEywvCM9/ (by SamuelAdams)
|
by RabidCamel
QuickSort
|
|
[1 reply] : well I can't run incomplete code and I'm too lazy to try and read unfo... (by SamuelAdams)
|
by whoShmurf
Biinary Tree Adding Problem
|
|
[no replies]
|
by tayyabawahab
program to display most repeatitive character in a sentence using array
|
|
[6 replies] Last: If you want your code to show all letters that have the highest freque... (by cire)
|
by Shopshop
Are these both same?
|
|
[1 reply] : Yes, both snippets change the program state in equivalent ways. (by helios)
|
by Ozzy69
Help with my program
|
|
[1 reply] : It looks like you went to a lot of trouble in order to suppress the co... (by Chervil)
|
by keanedawg
Unable to access a protected variable in a derived class.
|
|
[1 reply] : // ... class Chef : public Dessert { private: bool qualified; p... (by cire)
|
Segmentation fault occurring weirdly UPDATE |
|
[12 replies] Last: That would do it. (by cire)
|
by galaxylfc
checking each structure element
|
|
[3 replies] Last: How can I check the active member of the element? Loop over the arra... (by MikeyBoy)
|
by hardwired
Validating user entry not working..
|
|
[6 replies] Last: https://stackoverflow.com/questions/13281669/how-do-i-sanitise-cin (by Moschops)
|
by rakan92
Detecting Empty Lines ??
|
|
[3 replies] Last: If the line is empty, then you need to set the next array element to "... (by andywestken)
|