|
by sis007
Sudoku, Generating number in a board.
|
|
|
|
[1 reply] : sounds like you need to assign each piece a number, and use a random n... (by SamuelAdams)
|
|
by Mega101
Question
|
|
|
|
[1 reply] : You don't need to double po post, just update one. http://www.cplusplu... (by SamuelAdams)
|
|
by Mega101
(Inventory Control System) Help Me Please!
|
|
|
|
[1 reply] : You don't need to double po post, just update one. http://www.cplusplu... (by SamuelAdams)
|
|
by lmsmi1
Read Syntax?
|
|
|
|
[no replies]
|
| Simple Number Encryption |
|
|
|
[10 replies] Last: In the end i figured that it would be easier to write my own pow funct... (by Aleksandar0101)
|
|
by devonrevenge
How do I register .dll files if I want to send an sdl.exe and have it work?
|
|
|
|
[no replies]
|
|
by AlitCandle
How can I convert a const char * to a string?
|
|
|
|
[7 replies] Last: AlitCandle: You're still stepping out of bounds: menuarray = ne... (by Disch)
|
|
by o0reyiz0o
Unresolved External Symbol(i found where this symbol is)
|
|
|
|
[3 replies] Last: According to the C++ Standard An implementation shall not predefin... (by vlad from moscow)
|
|
by glennpl
The copy constructor
|
|
|
|
[2 replies] Last: SomeClass( const SomeClass & ) = default; SomeClass & operator =( con... (by vlad from moscow)
|
|
by weonthewave
C++ Copy Constructor and Assignment Operator Define
|
|
|
|
[2 replies] Last: // ???????????? // IntP::IntP(const IntP& a) // Copy C... (by cire)
|
|
by proob
Noob question - Loops
|
|
|
|
[2 replies] Last: Thanks cire. I am still trying to wrap my head around how boolean work... (by proob)
|
|
by mogglespears
Why is this entering an infinite loop?
|
|
|
|
[8 replies] Last: @ TheIdeasMan thanks (by mogglespears)
|
|
by Bolong Yu
OOP
|
|
|
|
[1 reply] : http://www.cplusplus.com/reference/ios/fixed/ http://en.cppreference.c... (by MiiNiPaa)
|
|
by Shilalydawg
Help reading dates and events from .txt
|
|
|
|
[10 replies] Last: Personally, it was around 10 or less for me. I just didn't want to spo... (by EssGeEich)
|
|
by Besm Osman
String == a other string
|
|
|
|
[8 replies] Last: yeah sorry I meant to do std::getline(std::cin, str) and not std::getl... (by giblit)
|
|
by noviceProg
Multiple source file with fstream
|
|
|
|
[5 replies] Last: //main.cpp #include <iostream> #include <fstream> #include "function... (by noviceProg)
|
|
by sakonpure6
Is there a way for a variable to maintain it's value after program termination
|
|
|
|
[3 replies] Last: it will be at the same folder where ur c pluss plus file is located(ch... (by cyberdude)
|
|
by thegege
Passing expressions through functions
|
|
|
|
[2 replies] Last: I am a beginer with c++ and this is my first time to this forum. I'm... (by thegege)
|
|
by Bolong Yu
Help!
|
|
|
|
[1 reply] : On line 16 you call static member SetGallonSize on a double. And on li... (by Fransje)
|
|
by KoreanCookie
Need Help for Guess the Number Game
|
|
|
|
[4 replies] Last: Oh, ok. (by KoreanCookie)
|