by holtaf
vector<pair> problem
|
|
[2 replies] Last: OK ,thanks (by holtaf)
|
by kraigballa
Is the point inside the rectangle?
|
|
[1 reply] : I figured it out for anyone who still needs it. bool Rectangle2D... (by kraigballa)
|
by Ender210
could you tell me whats wrong?
|
|
[7 replies] Last: oh i see thanks i'll keep that in mind from now on (by Ender210)
|
by Jsel
Trying to get started on an idea for a CS course
|
|
[5 replies] Last: [quote=Duoas]LOL, what do you mean by that? Recursive descent is sp... (by simeonz)
|
by mothmann
passing Pointers
|
|
[2 replies] Last: YES thanks for catching that mistake. mClass will hold the variable... (by mothmann)
|
by fwhale
few errors I need resolved
|
|
[5 replies] Last: "info" and "item_numbers" are private fields in the Inventory class. S... (by simeonz)
|
by busymaverick
Parameter Passing (1,2)
|
|
[39 replies] Last: Here's an illustration of how I visualize the two categories. A sta... (by simeonz)
|
by victor vs
Access a cross referenced class function inside anoter function
|
|
[2 replies] Last: thanks!... it was so simple I feel like a dumb... now everything works... (by victor vs)
|
Concerning string::length and Array sizes |
|
[10 replies] Last: Um..... Well actually I'm having second thoughts about what the proble... (by benzensulfonic)
|
Advice on archiving projects. |
|
[2 replies] Last: Thank you very much! You're right; we don't need to be audited, but... (by yetanothertom)
|
by stavfot
2 string name tables to a 3rd table so as each name only once in the last table
|
|
[2 replies] Last: thanks a lot for your advices. i am sorry for the brackets but i am ne... (by stavfot)
|
by tarbeux
Totally screwed on comp science course! (1,2,3)
|
|
[53 replies] Last: +1 rocketboy9000 (by PanGalactic)
|
by harishisnow
Signal handling in c++
|
|
[1 reply] : Signal handling is covered by the header <signal>, detailed here: http... (by Moschops)
|
Looping |
|
[no replies]
|
by kraigballa
Do two circles overlap (intersect)
|
|
[4 replies] Last: Didn't your last question solve the problem of finding whether a circl... (by quirkyusername)
|
by airerdem
Sorting vector inside structure
|
|
[2 replies] Last: The id's resemble to the ordering, i.e. smaller id <=> smaller .RK val... (by onur)
|
by DBarzo
Factory method in Interface
|
|
[3 replies] Last: It all depends on where you want the creator to go. But let's assume ... (by kbw)
|
by marembo
c++ inheritance
|
|
[6 replies] Last: You can use static cast for this. static_cast is not typesafe. ... (by rapidcoder)
|
by deimon09
factorial,,,
|
|
[11 replies] Last: now i know.. thanks!! :* (by deimon09)
|
by kraigballa
Determine if circle1 is completely inside circle2
|
|
[2 replies] Last: Alright, I will test that out. (by kraigballa)
|