by mnunez
array
|
|
[4 replies] Last: ha i missed that thanks. (by mnunez)
|
by MrExist
reading in file and displaying fields
|
|
[3 replies] Last: Well you have just read in the number of students, the number of gra... (by Galik)
|
by aas029
Friendship is not inherited
|
|
[5 replies] Last: Hello Beta, Thanks for you help. Btw, I asked the question on anoth... (by aas029)
|
Sound Application |
|
[5 replies] Last: Alright. I'll be posting an example after school. There are plenty of ... (by closed account S6k9GNh0)
|
by helios
Data compatibility across compilers
|
|
[4 replies] Last: It uses FFmpeg. The problem isn't really that it doesn't compile. It's... (by helios)
|
by mogha
Container in STL
|
|
[10 replies] Last: I think OP is looking for something that would allow for log N lookups... (by jsmith)
|
by praeceps
main() never executing. an academic exercise
|
|
[14 replies] Last: You are confusing layers of abstraction. Everything has an entry ... (by Duthomhas)
|
by depak
getch()
|
|
[1 reply] : The end of line is two characters on Windows, carrage return (13) then... (by kbw)
|
by mar11
object instance
|
|
[8 replies] Last: any suggestion please!!! (by mar11)
|
by binarysolo
template class
|
|
[4 replies] Last: Thanks for the help! (by binarysolo)
|
by binarysolo
Binary search on an array of doubles
|
|
[2 replies] Last: Got it! Thanks. (by binarysolo)
|
.* and ->* operators |
|
[2 replies] Last: They are the the pointer to class member dereference operators. Bu... (by guestgulkan)
|
by b33p
Input validation multiples of 100??
|
|
[5 replies] Last: (a && b || c) is the same as ((a && b) || c), not (a && (b || c)). (by helios)
|
by bigearsbilly
FILE * to istream??
|
|
[3 replies] Last: #include <cstdio> #include <string> #include <iostream> #include <... (by PanGalactic)
|
by NGen
Static Variables in DLL
|
|
[9 replies] Last: I have a feeling that the whole problem is just because I accidentally... (by NGen)
|
array of one class in another, both children of same abstract class |
|
[1 reply] : I would question if inheritance is the right solution to this problem.... (by Disch)
|
by luckycusp
Java to VC++-MFC conversion
|
|
[5 replies] Last: Thank you guys, I decided to learn Java. Its honestly lot more easier ... (by luckycusp)
|
by giro82
Proper releasing dynamic allocated memory
|
|
[2 replies] Last: Thanks for help. (by giro82)
|
by CATCH3624
Inheritance Problems
|
|
[14 replies] Last: YES! PM OR POST WHAT WORKED! I'M INTO THAT SORT OF THING! Studen... (by herbert1910)
|
by pdxstudent
Writing a game
|
|
[18 replies] Last: 1) note that you check their answer AFTER you call gameplay(), which ... (by Disch)
|