Super Beginner Needs Help |
|
[1 reply] : Don't do this: cin >> name >> endl; do cin >> name; ... (by Smac89)
|
by esepich
A class constructor.
|
|
[2 replies] Last: Thank you. That answers my question very well. (by esepich)
|
by jshafferman
Broken C string code
|
|
[4 replies] Last: use this code to successfully compile. I use time to randomness deal e... (by Sadegh2007)
|
by Vex5
Beginner help
|
|
[1 reply] : C: How to program 7th writers: Paul Deitel . Harvey Deitel it's reall... (by Sadegh2007)
|
by Niels Meijer
Wave (.wav) samples
|
|
[5 replies] Last: for starters, 8 bit sucks not only because the quality is horrid but a... (by Disch)
|
by TheBreadCat
Winsock 2, bind problem & WSAGetLastError
|
|
[17 replies] Last: Oh bloody hell why did I forget that -_-' And it works, thanks for poi... (by TheBreadCat)
|
by mariohcd
Sprintf (?)
|
|
[2 replies] Last: sprintf writes to an array/string not to a file int sprintf ( char * ... (by Smac89)
|
by Sara7
weekly cost calculator using arrays and function decomposition
|
|
[no replies]
|
by dekeenfrance
Small but strange question about "++"
|
|
[2 replies] Last: Thank you Cubbi for your prompt reply. Now I get it! (by dekeenfrance)
|
by jaywash
What Next?
|
|
[5 replies] Last: lazyfoo I believe has SDL tutorials. I used to like SDL, but it has r... (by Disch)
|
by superfury
Optimizing timing functionality?
|
|
[3 replies] Last: @Santosh Reddy: startThread starts a new thread (parameters are a poin... (by superfury)
|
by exploringnet
**p : pointer how????
|
|
[2 replies] Last: By the way function main usually is declared as int main( int argc, ... (by vlad from moscow)
|
by Abramus
'double' alignment effect on speed
|
|
[2 replies] Last: > but probably there's a reason under Windows 'doubles' are always ali... (by JLBorges)
|
by kerrykhan
file handling problem
|
|
[1 reply] : Can you show what have you tried in advance (by Santosh Reddy)
|
by chenani
Read variables and methods of another program in memory
|
|
[1 reply] : For that you need to know the methods symbols to call them, try readin... (by Santosh Reddy)
|
by Pter0dactyl
programming presentation
|
|
[3 replies] Last: You can use it in applications like - Online Banking - Walth Manageme... (by Santosh Reddy)
|
by khm3dia
Encrypting for the first time
|
|
[2 replies] Last: #include <iostream> using namespace std; void Encrypt(char * LOL) {... (by Santosh Reddy)
|
by jim hurley
Tiling in SDL
|
|
[1 reply] : I revamped all of my code and perfected my functions to no longer rely... (by jim hurley)
|
Need Class Design Advice/Tips |
|
[1 reply] : The basic approach seems ok. The bigger challenge you face is how to c... (by Santosh Reddy)
|
by esepich
& Operator
|
|
[3 replies] Last: the second one... it mean that paramter (value right of operator) of t... (by Santosh Reddy)
|