
please wait
by Rooky
Code::Blocks
|
Hi I was just wondering if anyone knows how to connect to another person using C::B because me and my friend are coding together and we have no idea how we will... |
Jun 1, 2013 at 7:24am
[2 replies] Last: If you're not counties or countries apart, like if it's a friend at sc... (by twiggystardust)
|
by symbit
C++ Primer confusion
|
I'm using C++ Primer 5th Edition to learn C++, and in the very first chapter, there's this monster of code: /* This file defines the Sales_item class us... |
Jun 1, 2013 at 7:04am
[2 replies] Last: Awesome, thanks for the advice :) (by symbit)
|
by Scorvus
lexicographic order
|
can anyone tell how the lexicographic order work? I'm trying to solve this problem but got stumped by lexicographic order http://uva.onlinejudge.org/index.php?... |
Jun 1, 2013 at 4:04am
[6 replies] Last: What do you mean by sort them by the third? Is the same first two lett... (by Scorvus)
|
by MrProgrammer
Shouldn't I delete this pointer?
|
Hello! Today in my C++ programming course, I showed the teacher some code he changed to the following (Recreate stack is the important part of the code): ... |
Jun 1, 2013 at 3:32am
[1 reply] : It's important to make a distinction between: 1. "Pointer" as a variab... (by helios)
|