by zzz
wrong answer
|
|
[3 replies] Last: thanks a lot (^_^) now it's working correctly (by zzz)
|
by motter28218
Totally lost about assigning values int, static, string, static string, etc, etc
|
|
[6 replies] Last: int x; This declares x to be an int. As simple as that. It tells the ... (by helios)
|
by Timbo1
dev c++ compile errors
|
|
[3 replies] Last: After you fix everything %51 told you, the last line in main() ("Opera... (by helios)
|
by Syntax42
Comparing Characters?
|
|
[4 replies] Last: Yes, that would do it. if( code == 'E' ) // assuming code is a... (by jsmith)
|
by Poke386
A problem with an array of C-Strings
|
|
[4 replies] Last: OMFG that was such a stupid mistake. Thanks for the help, the program ... (by Poke386)
|
by Rhaegar
Object Creation during Run Time with Windows Forms
|
|
[1 reply] : Get the value and use it as size for a dinamic array (by Bazzy)
|
by bluezor
getch() Question
|
|
[3 replies] Last: Thanks jsmith! That worked well! @Poke386 - cin.get() doesn't work ... (by bluezor)
|
by PSPMAN90
8 erros that are need to be fix
|
|
[6 replies] Last: Thanks everyone for helping me to fix those errors. I'll be around to... (by PSPMAN90)
|
by willia23
Pointer
|
|
[2 replies] Last: thanks for the hep now only about 900 pages of book to go (by willia23)
|
by Syntax42
strange result when converting float to int
|
|
[1 reply] : floating point numbers are not entirely accurate. The way they are sto... (by Zaita)
|
by T4400
rotate a matrix
|
|
[3 replies] Last: Your best bet, actually, would be to do it on paper first. Get your... (by Duthomhas)
|
by ZINX
Restricting a prompt
|
|
[2 replies] Last: Thanx (by ZINX)
|
by mucker2b
Error accessing private data in a class
|
|
[5 replies] Last: That should be ok, though. sum() is a member function of complex, and... (by jsmith)
|
by farhan3d
Getting started with DirectX
|
|
[3 replies] Last: It just shows how to work with DirectX... If you want to build your o... (by Bazzy)
|
by mr dood
multi function calculator confusion.
|
|
[3 replies] Last: i think this is what you mean just change the + to */ and - i... (by zoldri)
|
by beefydeadeye
Programming on vista
|
|
[3 replies] Last: Hi if ur running on vista first of all god bless ye I was using vista ... (by Pat Nevin)
|
by bazanaka
Structures and reference...
|
|
[4 replies] Last: Sorry that was my fault. that was an old version of paste bin, the cur... (by bazanaka)
|
by anticow
very simple and small
|
|
[7 replies] Last: wow. how do you use the beep comand. now thats high tech. (by davidbball13)
|
by babylonlion
nested if
|
|
[5 replies] Last: I'm still having issues You'll have to be more specific. My psychic... (by helios)
|
by Syntax42
String-Array?
|
|
[4 replies] Last: Thanks a lot! Deques will work perfectly for what I want to do. (by Syntax42)
|