by iQChange
RPN Calculator not working
|
|
[9 replies] Last: Sorry, but I don't speak english (I'm brasillian), but I haven't found... (by iQChange)
|
by alyssnyx
Word Search
|
|
[7 replies] Last: I changed it up but it still isn't returning any words found #includ... (by alyssnyx)
|
by Queso36
octal conversion help
|
|
[4 replies] Last: Alright fixed the issue with default message. Although I have ran into... (by Queso36)
|
What is a control type? |
|
[3 replies] Last: [quote=CaptainBlastXD]Googled but didn't get anything I don't believe... (by Duthomhas)
|
by Hambone
C++ SDL question
|
|
[5 replies] Last: Oh okay! Thanks (by Hambone)
|
by danipoak
Visual Studio program to xcode
|
|
[5 replies] Last: I'm not entirely sure which information you want. But I'm hoping this... (by danipoak)
|
by Terminus Est
Need help with Knight's Tour recursion assignment
|
|
[6 replies] Last: Look at what knightsTour::move() does (let x==0 and y==0 to start): 1... (by heebleworp)
|
by safia sohail
dev syntax help
|
|
[5 replies] Last: > cin.get() wil force the output to remain on the screen No, ¿the hel... (by ne555)
|
by chelseaR
Binary Search Return Error
|
|
[3 replies] Last: Well... there's a lot of issues here. 1) The formatting is pretty mess... (by dem7w2)
|
by mandax
Beginner with windows form : Adding Two Numbers
|
|
[2 replies] Last: I do presume you mean something like this private: System::Void but... (by mandax)
|
by safia sohail
gotoxy function
|
|
[4 replies] Last: The variable "q_f" is an instance of the 'question' data type. The und... (by Computergeek01)
|
by drackblagon
Bank Account help!
|
|
[no replies]
|
by imzxo
Need help urgently!
|
|
[1 reply] : [code firstline=13] cin >> fileSize ; count++; // Count... (by ne555)
|
by alicech
error C2381: 'exit' : redefinition; __declspec(noreturn) differs
|
|
[6 replies] Last: That didn't help as much as I thought, but you definitely have a probl... (by tipaye)
|
by chelseaR
Pointers and Characters
|
|
[3 replies] Last: Yeah, I'm sure the entire point of the exercise was to use the <algor... (by yulingo)
|
by Sinthed
Some help
|
|
[1 reply] : Remove global variables. Functions can take parameters and return val... (by keskiverto)
|
by Antone333
Potion item for RPG
|
|
[5 replies] Last: and also enumerated types. And vectors, or other container classes.... (by MikeyBoy)
|
by Downey8771
Command Prompt Box Wont Stay Open
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/1988/ (by mutexe)
|
by souper8d
for and if
|
|
[5 replies] Last: that still looks a bit weird. I meant something like this: if (sc... (by mutexe)
|
by badvegeta
code for controls
|
|
[1 reply] : Cleaned it up a bit for you. while(i<79&&j<24) { if(kbhit()) { c... (by kienme)
|