by rj chua14
missing function header
|
|
[7 replies] Last: int main(); //<<*** what's this semicolon doing here?? { //1 char bo... (by guestgulkan)
|
by vbgal001
simple math question pass by reference
|
|
[10 replies] Last: #include <iostream> using namespace std; int main () { int secs, m... (by Shinigami)
|
by vbgal001
for loop problem
|
|
[2 replies] Last: Thank you so much! (by vbgal001)
|
by rj chua14
error? why?
|
|
[5 replies] Last: #include <iostream> using namespace std; int main() // Only one ve... (by roberts)
|
by lulu girl
please HELP with my class list
|
|
[8 replies] Last: iHutch105 thank you so much ^_^ i can't believe i spent half an hour... (by lulu girl)
|
by Chikoy
Need help on my code
|
|
[4 replies] Last: They(We) will, as soon as we figure out a good way to present a very i... (by OxBADC0DE)
|
by mosgrave
What on does Variable depend?
|
|
[1 reply] : Please stop creating multiple threads on the same question. Here is t... (by Moschops)
|
by mosgrave
Please help to find
|
|
[1 reply] : The closest thing C++ has to predefined variables is what's in the sta... (by Moschops)
|
by skyline01
General Question About Classes
|
|
[3 replies] Last: yes (by Peter87)
|
by mosgrave
How to find out any keywords
|
|
[1 reply] : http://en.cppreference.com/w/cpp/keywords (by coder777)
|
by Amnesiac
accepted layout of code/curly brackets {
|
|
[9 replies] Last: @L B I prefer the first because the braces match up and you can easi... (by Gaminic)
|
by mosgrave
Find out a keywords
|
|
[1 reply] : bufsize srate bufpos hbp spl rspos None of these are keywords in C+... (by Moschops)
|
by badkaykay
if else statement trouble
|
|
[9 replies] Last: GRex2595, thanks but I had figured it out so I marked the thread solve... (by badkaykay)
|
by anthonybhatt
need a help by developing a c++ program for me
|
|
[14 replies] Last: I think, generally speaking, newcomers can tend to be afraid of plain ... (by MrHutch)
|
by hawra sayed
please help me !
|
|
[14 replies] Last: how i change ? If you do not know how to change the code, you are n... (by Moschops)
|
by Bardikus
binary search doesnt work
|
|
[2 replies] Last: 1) int binarysearch(int v,int x,int low,int high); should be written a... (by beginner2011)
|
C++: I can't properly get the processing time for this program. Please help. clock_t? |
|
[2 replies] Last: Look at this http://www.cplusplus.com/reference/clibrary/ctime/clock/ ... (by coder777)
|
by nivek
Class pointer.
|
|
[1 reply] : It's a cast. It changes one type (void *) to another (class1 *) which ... (by coder777)
|
by Jeremiah234
use map to find object
|
|
[3 replies] Last: Generally, containers don't search containers. I understand the gene... (by cire)
|
by ozone
need help
|
|
[3 replies] Last: Read code, make code, debug code. And do something that interests you (by ResidentBiscuit)
|