by Fliize
The bunny exercise in the forum
|
|
[5 replies] Last: Did some corrections, had some idiotic mistakes... now everything is r... (by Fliize)
|
How Do I Compute This? |
|
[10 replies] Last: I just tested my code against yours, and you're right, I am overestima... (by closed account zb0S216C)
|
by Lorcan
beginners luck
|
|
[2 replies] Last: sh*t you're right. well, 5houres of staring at a code. no wonder could... (by Lorcan)
|
by jsnookiii
Strange error with setprecision ()
|
|
[1 reply] : @jsnookii Not sure why this way will put a decimal point into the dis... (by whitenite1)
|
by skarla
e-mail in c++
|
|
[10 replies] Last: you have my skype right? which is yours.? (by skarla)
|
by GS398
Problem with putting text in window
|
|
[1 reply] : Hi guys just solved the problem.... I had to change something in the ... (by GS398)
|
by RipIt
New to C++ and programming :)
|
|
[8 replies] Last: Ok and by draw things in a window you mean like images and such, not t... (by RipIt)
|
Problem with Exception Inheritance |
|
[2 replies] Last: Thanks Peter, I have missed the obvious. Thanks so much (by CharlesTheNewbie)
|
by Maygs
While loop executing when it's not meant to
|
|
[1 reply] : Try this: cin >> type; cin.sync(); When a user types something and t... (by soranz)
|
by Z feng
String Compare Function
|
|
[11 replies] Last: No worries, pleased to help. I should point out that that book is wri... (by TheIdeasMan)
|
by kristal20
new in c++ help me to my assignment
|
|
[2 replies] Last: USER INPUT.. Input no of rows: 3 Input interval :3 Starting number : ... (by kristal20)
|
by SitiMustaqim
Help me to understand this warning
|
|
[7 replies] Last: As i said earlier, get rid of the floats - the ones you have Bout & ... (by TheIdeasMan)
|
by Maygs
While loop being weird
|
|
[3 replies] Last: If type does not equal p or if type does not equal c? :s Hmm it must b... (by Maygs)
|
Printing Table (w/ strings) From User Entered Array ERROR |
|
[3 replies] Last: Hey, If your still on could you please take a look at this thread? ht... (by ilovelearning)
|
by Z feng
String Compare problem
|
|
[15 replies] Last: The simplest solution is to adjust the code after the loop. The loop ... (by cire)
|
by snaxpax
Opening Internet URLS
|
|
[no replies]
|
by MrHatchi87
Drawing an Image in C++
|
|
[4 replies] Last: #include <iostream> using namespace std; int main() { int height;... (by MrHatchi87)
|
by snaxpax
Overlaying an Image
|
|
[no replies]
|
by Airious
Program to export data to excel
|
|
[no replies]
|
by onreyv
String Concatenation for File Ouput
|
|
[3 replies] Last: Something like this: enum { MONTH_SZ = 3, ACCOUNT_SZ = 8 } ; static ... (by JLBorges)
|