by martin74302
My First Program
|
|
[4 replies] Last: thank you very much :) this helps (by martin74302)
|
by DrJones
implementation of zig zag
|
|
[no replies]
|
by Reiv63
Assist in using array for word game
|
|
[2 replies] Last: @Alyssa, thanks for the info. :) oh and im using visual studio right ... (by Reiv63)
|
by taoden21
Numerals >> Roman Numerals
|
|
[4 replies] Last: @taoden21 1. can string be used in arrays then? Yes. More help co... (by whitenite1)
|
destructors. |
|
[6 replies] Last: Ooh well now I see , lemmi check this links. Thanks. (by closed account SECMoG1T)
|
by setpam25
Print a box shaped with recursion?
|
|
[3 replies] Last: It is not supposed to "work". Mere food for thought. There is no "ne... (by keskiverto)
|
by aseemgoyal
design pattern : adding new function to pre-written class in library
|
|
[1 reply] : Short answer: do not do that. If possible, use a freestanding functio... (by MiiNiPaa)
|
by DrJones
Why is this happening??
|
|
[8 replies] Last: Even if I return it still does the same thing. You want me to return ... (by DrJones)
|
by Elbarto93
C++ Counting
|
|
[8 replies] Last: type identifier is another way to say type name volatile is a t... (by MiiNiPaa)
|
by brenP
Celsius temperatures into Farenheit
|
|
[2 replies] Last: Thank you very much I realized what I was doing wrong on the original ... (by brenP)
|
by manjoo
Problem with de allocating dynamic memory in desrtuctor
|
|
[1 reply] : Show declaration of your class and everything you do with std::string ... (by MiiNiPaa)
|
by guirampani
Question about parameters
|
|
[2 replies] Last: Yeah that's a bit clearer, but I still don't understand 100%. I don't... (by guirampani)
|
by guirampani
Average, Minimum and Maximum temperature using functions. (1,2)
|
|
[31 replies] Last: Ahh I get it now, yeah done for maxTemp too... Thanks for your help me... (by guirampani)
|
by Dexterr
Need some guidance
|
|
[2 replies] Last: Thank you very much for the quick answer, the links provided are aweso... (by Dexterr)
|
by megatron 0
Basic guide to terminal piping
|
|
[9 replies] Last: See: http://beej.us/guide/bgipc/output/html/multipage/pipes.html (by JLBorges)
|
by spring2014
Calculate acceleration,velocity?
|
|
[no replies]
|
by bryan177mcsc
formatting console output
|
|
[12 replies] Last: setw() works only on next output. All outputs after that would be ou... (by MiiNiPaa)
|
by turtlesavage
Handling sprite animation with switch
|
|
[3 replies] Last: I came up with a solution and it looks like this: if (keyState ) ... (by turtlesavage)
|
by bryan177mcsc
converting base pointer to derived class pointer not working?
|
|
[7 replies] Last: yessir :D (by bryan177mcsc)
|
by woodbecker18
Array Spacing to make a table (help me)
|
|
[2 replies] Last: wow thankyou so much, that did it! i shoulda though of that. @islpil (by woodbecker18)
|