by Ksenon
Unicode characters
|
|
[5 replies] Last: I think you need to use wstring instead of string. ç, ë, and Ë requ... (by dhayden)
|
by oleg9419
Access check
|
|
[6 replies] Last: thank you :) (by oleg9419)
|
by bearling1024
Why my system cannot terminate itself?
|
|
[1 reply] : You call option(...) regardless whether x is true or not. You need... (by coder777)
|
by jemeripol
Switch Vs if-else
|
|
[16 replies] Last: Consider using arrays if possible (more often than you might think) an... (by YokoTsuno)
|
by bearling1024
Anyone help me???
|
|
[2 replies] Last: Code tags make it much easier to read your code. I am not going to try... (by admkrk)
|
by Dwadler
Problem with reading from file
|
|
[no replies]
|
by ArtisticMess
I need some help with my menu
|
|
[no replies]
|
Sinking fund and calling functions |
|
[1 reply] : #include <iostream> #include <cmath> using namespace std; int name(d... (by OPzCatchMee9)
|
by exoruel
One-Dimensional Array
|
|
[2 replies] Last: @Keene : Thank you dude. :) (by exoruel)
|
by bearling1024
ATM program needs help here!!!
|
|
[5 replies] Last: I have try to type in option(accnum,balance); at the place you said, b... (by bearling1024)
|
by Lilithsposse
Strings and Pig Latin Translator-> Help Wanted
|
|
[4 replies] Last: Here's a short pig Latin translator. code: #include <iostream> #inclu... (by jasonwynn10)
|
by RedMax
How would I write a program that scans an entered string for keywords and responds.
|
|
[1 reply] : Use the strstr function from the cstring library. It will return a non... (by TheKingOfTyrants)
|
by Jcople00
Credit Card Validation
|
|
[5 replies] Last: #include <iostream> #include <iomanip> #include <string> using namesp... (by jasonwynn10)
|
by HalfNOoB
Game State Machine: Abstract
|
|
[no replies]
|
by sshorme
state machine
|
|
[2 replies] Last: Argh. Use a matrix or a std::multimap. The key is the current state.... (by Duthomhas)
|
by sshorme
Set theory
|
|
[4 replies] Last: I can suggest new ways to store your sets, but I think you'd be better... (by Duthomhas)
|
by sebihp2007
Maximum numbers of elements that can be eliminated from a set of sets?
|
|
[2 replies] Last: Thank you for this :).. it'll do for a good read.. it seems to be what... (by sebihp2007)
|
Is there an IDE for C++ that doesn't generate code? |
|
[2 replies] Last: Visual Studio, you just need to create an empty project. But I imagine... (by mutexe)
|
by maximus123
Finding errors in class template
|
|
[1 reply] : I think you should look at the function that is not called from main t... (by Peter87)
|
by Jaydelay
Tic Tac Toe
|
|
[2 replies] Last: Here's a basic logic code to help you out: 1. while the board is no... (by The Code Master)
|