by ty98
code to sound (1,2)
|
|
[21 replies] Last: @framework: You're right, i was working as if the program was receivin... (by Thumper)
|
by Blessman11
Accessing a Pointer to Pointers's value
|
|
[2 replies] Last: int a, *b, **c; a = 5; b = &a; c = &b; //&&a cout << a << end... (by Mathhead200)
|
by nand
Understanding classes: broken code
|
|
[5 replies] Last: Corect compilation and execution is: $g++ -c *.cpp $g++ -o a.out ... (by Disch)
|
by Blessman11
Good quality Object orientated programming?
|
|
[4 replies] Last: one bottom up approach is unit-testing (I use googletest): http://cod... (by kfmfe04)
|
by Cucus
Incomplete type
|
|
[1 reply] : Q: ask yourself, how big is a Joint object if you have Line 21 in ther... (by kfmfe04)
|
by tayf
can you help me guys pls!!!
|
|
[1 reply] : http://cboard.cprogramming.com/cplusplus-programming/136974-hi-guys-my... (by methodos)
|
Min and max values? |
|
[8 replies] Last: Mmm nah, it still generates wrong outputs..I dont need min and max to ... (by RachelAnderson)
|
by newone455
CLI webbrowser disable image loading?
|
|
[3 replies] Last: Thanks. (by newone455)
|
by teppel
map question
|
|
[1 reply] : Find returns an iterator. You get the key out with iterator.first, an... (by kooth)
|
by mhaider
make it keep executing until user enters correct answer
|
|
[7 replies] Last: Ah; rookie error on my part - when I used getline I had the arguments ... (by NoteToSelf)
|
by tagir
acode
|
|
[2 replies] Last: first take in the values of x and n from the user. Then set up a for ... (by Kizlbot)
|
by Skagen
I need a mentor, Creating 2d game
|
|
[3 replies] Last: Nope, my name is not Alex :) Well my plan is to first build an RPG En... (by Skagen)
|
error: was not declared in this scope |
|
[4 replies] Last: Hi CpluPlusBeginner, yes its a mess indeed! If you haven't rewritten ... (by dangrr888)
|
by IvanLi
question on char*
|
|
[2 replies] Last: In that code you haven't allocated memory for the variable temp . You... (by anonymous23323124)
|
by Prince G
find the marks and percentile of a group of students
|
|
[1 reply] : What do you have already? We're not writing the whole code for you. (by Moschops)
|
by ankuragg90
Reading/writing from a .txt file
|
|
[no replies]
|
by soldieringon
Programming project hints on wrapping integer
|
|
[11 replies] Last: My code has been reposted as the projects were submitted yesterday. Th... (by soldieringon)
|
Is it possible to mimic dynamic polimorphism by template? |
|
[7 replies] Last: Thanks a lot, I think I would just use dynamic polymorphism rather tha... (by stereoMatching)
|
by SimpleIce
address of attribute of struct
|
|
[5 replies] Last: but i'm using C language In that case, a function external to MyStr... (by closed account zb0S216C)
|
by latbt1000
Help with code problems PLEASE
|
|
[no replies]
|