by Echo773
Mysteries of the cin buffer (or int)?
|
|
[5 replies] Last: if(toupper(pClean ) == 'Y') (by Disch)
|
by Twist177
Looking for a good FreeGlut tutorial
|
|
[1 reply] : http://www.videotutorialsrock.com/ From now on, this man is your God. (by NGen)
|
C++ Gui & Execute |
|
[5 replies] Last: It is not enough to say it comes up with an error. You MUST show the ... (by webJose)
|
by itcplpl
matrix declaration
|
|
[4 replies] Last: understood...thanks! (by itcplpl)
|
by BotHH
Threading and loops
|
|
[3 replies] Last: //... HANDLE hThread ; for(i = 0; i < MAX_THREAD_COUNT; ++i) { Th... (by clanmjc)
|
by AymanAfzal
How to convert a string to int
|
|
[2 replies] Last: Stream operations allow reading into integers just as with any other b... (by Bazzy)
|
by roarkr
modify numbers in text lines in one file based info from another file
|
|
[no replies]
|
by dockleryxk
Finding prime numbers, elegantly
|
|
[3 replies] Last: You should use the Sieve of Eratosthenes. Use one bit per uneven numbe... (by Athar)
|
Generics Linked List |
|
[5 replies] Last: Appreciated man :) (by masterofpuppets690)
|
by mkruluts
1-dimensional (2-byte unsigned short) array
|
|
[no replies]
|
Recursion help |
|
[no replies]
|
by therry1
Cannot find #include file
|
|
[1 reply] : Try using its complete path ie. something like this #include "C:\Us... (by masterofpuppets690)
|
If some one could look at this code and tell me where im going wrong |
|
[3 replies] Last: there has to be some modication i am only doing for the char variable ... (by bluecoder)
|
by arsenewenger
2 dimensional dynamic array
|
|
[no replies]
|
by mowicz
conversion from string to char* (1,2)
|
|
[39 replies] Last: std::string wasn't strictly COW before C++11 in the first place, it wa... (by Cubbi)
|
by MoonDragon
Unit test : use of a tool or "manually".
|
|
[2 replies] Last: Thanks. (by MoonDragon)
|
by Malcom
Need help on this Thank you
|
|
[13 replies] Last: @ne555: My brain malfunctioned :/ (by Peter87)
|
by clanmjc
3.6.3 Termination - statically
|
|
[1 reply] : I think your understanding is correct. (by Peter87)
|
by RiHdz1
Need Help/Conditional Operator.
|
|
[4 replies] Last: or cout << (a==b?"equal":(a>b)?"a is greater":"b is greater"); ... (by Pravesh Koirala)
|
by Cirabou
Constructor help (simple).
|
|
[2 replies] Last: Duplicate: http://www.cplusplus.com/forum/beginner/69577/ Wazzak ... (by closed account zb0S216C)
|