by Gbanawoman
Guessing Game
|
|
[1 reply] : You can create a boolean. Call it bool option = true; Then do wh... (by TarikNeaj)
|
by BasV
global variables in cpp files
|
|
[3 replies] Last: These are some good tips, thanks very much. I think I misused the word... (by BasV)
|
by UGAman22
simplify function help
|
|
[3 replies] Last: never mind I figured it out. It does work, I just had put in my origin... (by UGAman22)
|
by Krogoth
Writing a simple game, can you help me to organize it
|
|
[4 replies] Last: Is it legit that I not use sub-classes and virtual methods, and do ev... (by toad)
|
by Bako
does cygwin support visual c++ programming by qt?
|
|
[1 reply] : No. See http://qt-project.org/faq/answer/do_you_support_using_qt_in_th... (by keskiverto)
|
by Ryanisah
Pig_Latin
|
|
[1 reply] : Please use code tags: [co de] Your code [/co de] Read this: http://w... (by coder777)
|
by dkaip
regex ints capturing.
|
|
[no replies]
|
by VladoiMarian
Radix Sort
|
|
[no replies]
|
by amikecallies
Comparing String Indexes within a loop.
|
|
[1 reply] : Note that one of my startWord string changes by one letter. Trying to ... (by amikecallies)
|
by toast9
Snake Game pieces following head problem free movement(no grid)
|
|
[2 replies] Last: Let me get this straight, there will be a queue with a location far en... (by toast9)
|
by elliven96
Output is incorrect. Help?
|
|
[1 reply] : What is "correct output"? What output are you getting? What output ar... (by Disch)
|
by cmajor28
c++ dll storing variable
|
|
[2 replies] Last: I figured that would be the answer... (by cmajor28)
|
by irondog
Array Exerercise-Find top N values in array
|
|
[19 replies] Last: @dhayden: I had not seen your post. I was merely commenting that most... (by kevinkjt2000)
|
by YourBroAlex
Loop my program?
|
|
[3 replies] Last: Damn it, you guys have been so helpful. Thanks alot!! (by YourBroAlex)
|
by avilosh
Help with a mastermind like program
|
|
[no replies]
|
by ACHRAF92
Need help with merge sort function !
|
|
[1 reply] : I think you need mergesort() to call a second function that does the w... (by dhayden)
|
Making functions of completed codes |
|
[3 replies] Last: In your original code you should put the call to srand() outside the l... (by dhayden)
|
by matapexxxX
Odds and evens
|
|
[8 replies] Last: well the file has this numbers 25 41 58 96 42 52 63 47 85 96 100 58 9... (by matapexxxX)
|
by joken767
How to print a certain line on a line in c++?(file handling)
|
|
[4 replies] Last: okay sir thank you (by joken767)
|
learning c++ today? |
|
[5 replies] Last: From my experience the biggest failure while learning C++ is to give u... (by codekiddy)
|