by paulrishav93
Improve run-time of C++ program
|
|
[14 replies] Last: If you must use cin, at least put in a msg telling the user what is e... (by MiiNiPaa)
|
by CodeBlocker
console window showing weird numbers. picture included
|
|
[3 replies] Last: Also... since jon() doesn't return anything, it probably should return... (by Disch)
|
Template C++ Question |
|
[3 replies] Last: Thanks Nobun. You interpreted correctly. (by Rehan FASTian)
|
by ovaltine99
Can anyone explain why my loop to traverse a binary tree is working but not how my professor wants it to work?
|
|
[1 reply] : This code is quite confusing for me... I don't understand why it is st... (by Nobun)
|
identify floating or alphabets |
|
[19 replies] Last: this is good http://stackoverflow.com/questions/3024197/what-does-int-... (by topnik1)
|
by BrianDehn
Initializing an array of string type in a class
|
|
[4 replies] Last: struct day_type // in header day_type.h { day_type() ; // ...... (by JLBorges)
|
by Rousan
calculating reveres and summation
|
|
[1 reply] : what seems to be an error? it works ok for 5-digit numbers. (by KRAkatau)
|
by Nina Sma
Program execution delay II
|
|
[3 replies] Last: I just realized I can use Timer option in C++Builder. I haven't manage... (by Nina Sma)
|
by djibn7
how to add a call function?
|
|
[1 reply] : Please indent your code (by ne555)
|
by yay86
how to print any input year in digital block form
|
|
[1 reply] : You'll need to parse the number into a string first (use std::to_strin... (by Bourgond Aries)
|
bank account using classes |
|
[1 reply] : Use of direct memory manipulation is strongly discouraged in C++. Use ... (by MiiNiPaa)
|
by Einspahr
Palindrome Program Gone Wrong- Please Help
|
|
[1 reply] : a) You are using str, which arent declared anywhere in your check func... (by MiiNiPaa)
|
by Ssturges
How to store memory address in a pointer?
|
|
[6 replies] Last: > on line 13, I'm kinda being forced to store in address, rather then ... (by JLBorges)
|
by CLearner88
getting two inputs from client.
|
|
[no replies]
|
by mrpeed
How can I install glew for Code Blocks on Windows Vista?
|
|
[1 reply] : the best way to use vista is to fine a disc that lets you upgrade to x... (by closed account Dy7SLyTq)
|
by BinaryGeek
Please Help
|
|
[2 replies] Last: I got it working after 3 hours of pounding away at it. (by BinaryGeek)
|
Is This Valid Insertion Sort? |
|
[no replies]
|
by sushiroll
i/o array problem
|
|
[no replies]
|
by ND04
Pointer Display Number Of Days When Name Of The Month Entered
|
|
[no replies]
|
by theascen
Could I get some direction on this code please.
|
|
[2 replies] Last: giblit, Thanks for the fast reply, The second code is closer to what... (by theascen)
|