by Shantam
Strange problem while reversing string
|
|
[2 replies] Last: Thank you very much MiiNiPaa, you saved my hours!!!!! (by Shantam)
|
by Nebur
Doubt about static functions declaration in classes
|
|
[2 replies] Last: Thanks a lot! (by Nebur)
|
by collapsed
strange variable init
|
|
[1 reply] : it does tot = var1 , var2 is unused. However if line looks like in... (by MiiNiPaa)
|
Segmentation fault |
|
[3 replies] Last: A simple run through debugger shows, that segmentation fault is on lin... (by MiiNiPaa)
|
by liljr415
print asterisks to correspond to my program
|
|
[1 reply] : There is few cases where recursion is ppropriate and this is not one o... (by MiiNiPaa)
|
by liljr415
How to use the timer in c++
|
|
[1 reply] : #include <iostream> #include <ctime> int main() { // http://www.... (by JLBorges)
|
by Cassie
display scores on notepad from c++
|
|
[4 replies] Last: Thank you very much :)) (by Cassie)
|
by popa6200
game questions
|
|
[2 replies] Last: Need more information. (by SaiF PUNK)
|
by wafflez
I keep getting the fatal entry point must be defined error please help
|
|
[2 replies] Last: remind me to kill myself (by wafflez)
|
by whitenite1
Help with homework please
|
|
[1 reply] : wowowowow thank you so much I totally forgot about implementing the st... (by wafflez)
|
by kdeng
Confused as to how to pass array into if statement?
|
|
[3 replies] Last: Ah I see thanks for the information my professor didn't explain that p... (by kdeng)
|
by Anonagon
Terrain Deformation
|
|
[3 replies] Last: Niiice! Thanks a lot! :) (by Anonagon)
|
by rosales5
Airplane Seating Program
|
|
[3 replies] Last: Hey Daleth thanks man I really appreciate it. I've been working on thi... (by rosales5)
|
by therio
How to open a java layout from C++ archive
|
|
[2 replies] Last: XML is an old and well-known format, just find a small lightweight C++... (by LB)
|
by anvoice
Picking multiple objects from background
|
|
[no replies]
|
by yaboinav
How to make this class? I'm struggling..
|
|
[1 reply] : Any ideas on how I would do this? 1. Define a class called MonthDa... (by kbw)
|
by mekkatorqu
[win32api] can't enter text since editcontrol is too small
|
|
[14 replies] Last: okay, and what's the notification message for when I enter text that f... (by mekkatorqu)
|
by prestokeys
Decorator Pattern Method. How to avoid these repetitions?
|
|
[3 replies] Last: Okay, here is my solution using template specialization for MagicUser,... (by prestokeys)
|
by HellfireXP
Class protection classifications
|
|
[3 replies] Last: How about adding getter for that value? Or you can google property cl... (by MiiNiPaa)
|
by KREB
I'm taking a CSCI Programming class and I need help with an Assignment!
|
|
[2 replies] Last: Here's part of your answer... bool CanIVote(myBirthYear) { int d... (by HellfireXP)
|