by Superpelican
How to make a simple stopwatch in C++
|
|
[2 replies] Last: Well I followed this (http://www.developer.nokia.com/Community/Wiki/Ho... (by Superpelican)
|
by cplusstory
trouble with array
|
|
[6 replies] Last: @coder777: he does need 10 items. You're correct about the random numb... (by Gaminic)
|
by Lynx876
TCHAR to int
|
|
[6 replies] Last: I didn't know that existed until now, lol. I've only been teaching my... (by Lynx876)
|
by Grax
Need help in Prime Numbers (Sieve of Eratosthenes method)
|
|
[6 replies] Last: Always welcome.. :) (by Caprico)
|
by jesterrace
Reading text from a file
|
|
[17 replies] Last: Just a note. This: dataFile.getline(input, SIZE, '$'); while(!da... (by Galik)
|
by iceman126
initialization list ??
|
|
[6 replies] Last: I have to learn the coding way in the book? Yes, you have to. Const... (by Athar)
|
My number guesser! Critisize me |
|
[11 replies] Last: Always welcome.. :) (by Caprico)
|
by aizat
bmi calculator...problem cannot matching else if
|
|
[2 replies] Last: First (since I cannot write them again) please see http://www.cplusplu... (by eypros)
|
by IKNOWNOTHING
Need a New Computer
|
|
[3 replies] Last: I guess your question came of the image of some super-guru compute gee... (by eypros)
|
Pre test do while? |
|
[2 replies] Last: Ah that's exactly what I meant! Was just looking for a loop that would... (by ResidentBiscuit)
|
by terra91
how to use pow (x,y)?
|
|
[6 replies] Last: If you are getting the wrong output, it isn't the C++, it's the equati... (by Stewbond)
|
by carebearboy
Tic-tac-toe game - comments welcome
|
|
[7 replies] Last: // cont code from tictactoe.cpp bool TicTacToe::placePieces(const in... (by carebearboy)
|
by doi lin
Compiler/IDE Suggestion?
|
|
[6 replies] Last: Assuming you're on Windows, most people go with Visual Studio. Also, ... (by ascii)
|
by Dantoc
How to parse char * between function?
|
|
[10 replies] Last: yeah (by Dantoc)
|
by aizat
need help..
|
|
[7 replies] Last: thnks for help..it done...:).. (by aizat)
|
by AndroidZ
Custom substring class help. Comparing elements of two substrinsg
|
|
[12 replies] Last: Thanks, but I'm don't feel right just copying your code. I need to do ... (by AndroidZ)
|
by pjquinn
Making a game (1,2,3)
|
|
[55 replies] Last: I have bought and paid for both Blitz3D and DarkBasic Pro. This is wh... (by WinwordExonar)
|
by ausairman
how can I throw a string with some variables in it?
|
|
[14 replies] Last: why do you unnecessary complicate your class by using dynamic allocat... (by sohguanh)
|
by berlisen
How to import data systematically from file?
|
|
[13 replies] Last: For the second time, read each line into an std::string and then just ... (by ascii)
|
by CosminNTG
SFML Buttons -Question-
|
|
[7 replies] Last: if(msc.OpenFromFile("rds.ogg")) return EXIT_FAILURE; I... (by Intrexa)
|