by mtlchronick
loop bug in my calculator
|
|
[3 replies] Last: thx ne555 and shredded its work well, now i can try to get that thing ... (by mtlchronick)
|
by rafailos
Autologin
|
|
[1 reply] : To be more specific.. i want an application where i put the username a... (by rafailos)
|
by Da2
How To Take Desktop Snap-Shots
|
|
[5 replies] Last: Thanks man, I asked for it and I will check to see how it works.. ! :) (by Da2)
|
by idsouza28
Handles to a window object
|
|
[no replies]
|
by Counteron
Can anyody tell me a small chanlenge to do with strings
|
|
[6 replies] Last: Calculate the net strength of a string by adding the ascii values of a... (by Zia Ur Rehman)
|
C++ block of text to cout |
|
[2 replies] Last: setw() only sets the width of the field of output. http://www.cpl... (by Zia Ur Rehman)
|
by firix
Introduction to Algorithms
|
|
[2 replies] Last: Introduction to Algorithms, is a very good book. iTune U also has vi... (by closed account z05DSL3A)
|
by xander333
Vector Iterator
|
|
[2 replies] Last: Thanks I'll see if it works :D EDIT: Thanks so much! Works like a c... (by xander333)
|
Displaying hex for an integer value by cout? |
|
[3 replies] Last: By the way, which one is better? Using namespace std and then cout or ... (by Zia Ur Rehman)
|
A problem with rand() and srand() |
|
[9 replies] Last: One other question. When srand() initializes the random number genera... (by Zia Ur Rehman)
|
by Maerle
String manipulation
|
|
[9 replies] Last: seems familiar: http://www.cplusplus.com/forum/beginner/33124/#msg1781... (by ne555)
|
by Blessman11
Open GL won't recognise "FILE" as syntax in Open GL
|
|
[1 reply] : FILE is part of stdio. You're not including <cstdio> (by Disch)
|
Doubling Pay Problem |
|
[1 reply] : Line 0 > #include <iostream> Line 1 > #include <cmath> Li... (by closed account 3hM2Nwbp)
|
by Faff
IntelliSense Visual C++ unavailable ?
|
|
[1 reply] : Last I knew, Intellisense wasn't available in VC++ 2010 for managed pr... (by closed account 3hM2Nwbp)
|
Adding yearly percent increase |
|
[1 reply] : you're not updating membership each year, it uses the original value o... (by quirkyusername)
|
by rafailos
countdown!!
|
|
[10 replies] Last: There's 77 exclamation points on this page, including the one in this ... (by Albatross)
|
by chipp
create and deleting display in c++
|
|
[9 replies] Last: system() is strongly deprecated, Timur, and for a good reason. See her... (by Albatross)
|
by machi
compile
|
|
[no replies]
|
by Sixx
Checking array of object for "magic number"?
|
|
[5 replies] Last: there is memset (by hamsterman)
|