|
by mfawadsaleem
C/C++ is an optimal choice
|
|
|
|
[2 replies] Last: @mfawadsaleem You should have a look at TR18015 http://www.open-std.o... (by JLBorges)
|
| Help please... PlaySound Win 7 |
|
|
|
[no replies]
|
|
by xnov
error in dynamic memory using struct
|
|
|
|
[4 replies] Last: thank.. it was a silly mistake, i didnt calculate it right (by xnov)
|
|
by aamergcu
Please help me...
|
|
|
|
[no replies]
|
|
by hooshdar3
constructor call (1,2)
|
|
|
|
[22 replies] Last: Framework (2534) Jun 27, 2012 at 3:29pm hooshdar3 wrote: "+I got the... (by hooshdar3)
|
|
by Arslan KAAN
Complex Programming (1,2)
|
|
|
|
[20 replies] Last: Generally speaking, all generalized statements are wrong. Apart from ... (by Grey Wolf)
|
|
by lalebarde
how to initialise a vector of vectors with existing vectors ?
|
|
|
|
[14 replies] Last: Great ! I could install gcc-4.7.1 for test. But still, in C64, I ca... (by lalebarde)
|
|
by cgleckman
Vector Array and Functions
|
|
|
|
[7 replies] Last: Edit: You were right, I forgot the & in the prototype. Thank you (by cgleckman)
|
|
by iHutch105
libcurl question
|
|
|
|
[4 replies] Last: Awesome, I've clearly messed it up somewhere then. As I said I'll fix... (by iHutch105)
|
|
by SuperStinger
fgetc returning -1?
|
|
|
|
[9 replies] Last: I think i may have found the problem, in one of my previous functions,... (by SuperStinger)
|
|
by MarkBadong
Webcam Image Processing
|
|
|
|
[14 replies] Last: Check this out guys: http://ahmedorabi.blogspot.com/2011/05/this-wa... (by MarkBadong)
|
|
by rajesh4114
Simulation of Monitoring of Internal Applications&Hosts of a Company
|
|
|
|
[no replies]
|
|
by kapesu8
Have I understood some OOP concepts correctly?
|
|
|
|
[3 replies] Last: Read this: http://www.cplusplus.com/reference/stl/vector/ Example ... (by IceThatJaw)
|
|
by Rodan
Trouble reading/storing BMP
|
|
|
|
[1 reply] : // #pragma pack(2) // found this as a 2 byte alignment... no idea wha... (by xerzi)
|
|
by i2Fluffy
Tic Tac Toe Problems
|
|
|
|
[5 replies] Last: Also you should edit checkBoard so that is general for BOTH players. F... (by eraggo)
|
|
by GliderKite
Overload operator !
|
|
|
|
[3 replies] Last: The only rule for overloading the logical negation operator is that th... (by Framework)
|
|
by AaronTrahan
.eof() Trouble -- Infinite loop
|
|
|
|
[3 replies] Last: Thank you so much for the help. I tried different ways to put that for... (by AaronTrahan)
|
|
by supersixone
cin buffer problem
|
|
|
|
[2 replies] Last: When you press enter a new line character is added to the stream. cin... (by Peter87)
|
|
by Khosravib
Equivalent for getch()
|
|
|
|
[1 reply] : There is no equivalent function in standard C++. (by Peter87)
|
|
by Xaotique
DWORD Array Length
|
|
|
|
[8 replies] Last: You can if you will pass an array by reference. For example void f(... (by vlad from moscow)
|