by devilfish
warning: comparison between signed and unsigned integer expressions
|
|
[2 replies] Last: Wow...I can't believe how fast that was! :) That's probably a very ... (by devilfish)
|
by velaphi
functions
|
|
[7 replies] Last: Line 29 should be: symb = funcSymb(mark); and you should have re... (by closed account z05DSL3A)
|
by didodidio
audio sound
|
|
[2 replies] Last: thx for reply (by didodidio)
|
by Gamer101
weird error
|
|
[5 replies] Last: Gamer101 wrote: Damn tutorial made an error in the code. Slaps the ... (by closed account z05DSL3A)
|
by Gamer101
DirectX 9 question (1,2)
|
|
[20 replies] Last: It's a very specific technique. Not something that is "C++". You are g... (by Zaita)
|
by mikeb570
Shifting elements of an array?
|
|
[6 replies] Last: Agreed. Any of the standard containers (vector, deque, list) allow ver... (by Duthomhas)
|
by Dirtrider
Enumerations and my mini-project.
|
|
[8 replies] Last: I'll try that out, thanks. I probably made this whole practice excerci... (by Dirtrider)
|
by pikohn
Visual C++
|
|
[7 replies] Last: Yea I had figured as much :) I use Visual Studio for C# and it's the s... (by Zaita)
|
by icemanfan
on writing to files
|
|
[2 replies] Last: fsTxt.open("data.txt", ios_base::app); (by Zaita)
|
by msw0306
How to pass a two sided array to a function where it is altered and returned.
|
|
[3 replies] Last: I'm working with a fixed array. Your answer solved my problem. Thank... (by msw0306)
|
by Rope
Need help with console
|
|
[10 replies] Last: That has nothing to do with the functions. It is an OS-dependent quali... (by Duthomhas)
|
by mikeb570
What's causing this?
|
|
[3 replies] Last: No problem. It is always the simple stuff that is missed. (It took me ... (by Duthomhas)
|
by malikah
Console Window Input
|
|
[3 replies] Last: Google "msdn console functions" and hit "I'm feeling lucky." You'll... (by Duthomhas)
|
by margaretrxu
function help plz
|
|
[1 reply] : never mind. The program works. =P (by margaretrxu)
|
by shadowfire36
Error codes with class and struct
|
|
[4 replies] Last: so would this be correct ??? also i wanted to allocate a variable for ... (by shadowfire36)
|
by tomasito
Initialze array with value
|
|
[3 replies] Last: vector will probably be very slightly slower than a bare array, but mo... (by jsmith)
|
by gem925
Not understanding string array & do while loop together
|
|
[3 replies] Last: Use the fstream objects. You want the ifstream to read from, and the ... (by bnbertha)
|
by icemanfan
string does not name a type
|
|
[4 replies] Last: thanks, that was simple (by icemanfan)
|
by Arkonaut
Dynamic Memory
|
|
[1 reply] : The Tutorial has info on this, try looking at http://www.cplusplus.com... (by Faldrax)
|
Files! |
|
[2 replies] Last: what exactly is ur problem?can u show your code? (by nyl)
|