by theranga
Converting between types
|
|
[2 replies] Last: Thanks so much! (by theranga)
|
by Tobestik
Read word then add to list
|
|
[2 replies] Last: Could you provide an example please? Sorry, I'm not completely sure on... (by Tobestik)
|
by miladshayan
read particular column form text file in C++
|
|
[no replies]
|
by axtyax
first steps in creating a C++ gui library!
|
|
[7 replies] Last: for linux, you can start from http://en.wikipedia.org/wiki/Xlib (by ats15)
|
by kLeb
Doing arithmetic in file I/O
|
|
[2 replies] Last: Hey, thanks a lot! (: (by kLeb)
|
by johnhoffman
Why so many errors in C++?
|
|
[3 replies] Last: Try the newer version 3.2: http://llvm.org/releases/download.html#3.2 (by LB)
|
by CSCImajor18
Reading Command Line into C++
|
|
[2 replies] Last: This link is perfect, thank you ! When it comes to coding, do you have... (by CSCImajor18)
|
by forceface
Counting the number of lines in a file
|
|
[2 replies] Last: in a linear way, if your data is a specific fixed size per line then y... (by DeXecipher)
|
class polynomial issue |
|
[no replies]
|
by se7enn
Algorithm for letters used in a hangman game.
|
|
[3 replies] Last: This is what I have so far void removeLetter(string &availableLetter... (by se7enn)
|
by BradleyHeat
Hash Tables and Queues - URGENT
|
|
[1 reply] : I have been looking everywhere online and only find people who are ask... (by BradleyHeat)
|
by trezui
String reverse output-fix needed
|
|
[5 replies] Last: thanks vlad! (by Yanson)
|
by Bhavesh205
Pointer Variable
|
|
[8 replies] Last: Each variable (so also any pointer type) has an address and a value. T... (by Fransje)
|
by Sarmadas
What kind of association
|
|
[1 reply] : http://en.wikipedia.org/wiki/Object_composition#Aggregation (by MiiNiPaa)
|
by Sarmadas
Binary Tree
|
|
[4 replies] Last: Thanks (by Sarmadas)
|
by LordAhmed
Tic Tac Toe Program (1,2)
|
|
[21 replies] Last: all what you said is done except AI Algorithm :D thanks for tips :) (by LordAhmed)
|
by klw
Using std::copy to make 1D array a 3D matrix
|
|
[2 replies] Last: LB is right, but if you still need to do it, use &dummy instead o... (by Cubbi)
|
SDL question - Game Freezes when applying a surface from one object onto another |
|
[5 replies] Last: Thanks for the replies everyone. The game is a 4 player space ship sh... (by MilesAway1980)
|
by cxinio
how to convert char to const char*
|
|
[3 replies] Last: std::string is a type like char, except char only holds one character ... (by LB)
|
by alnorte
Name class with version variable in
|
|
[3 replies] Last: Thank you very much for both for responding so quickly, you have solve... (by alnorte)
|