by H4ck3rx0
What is the best library for databases
|
|
[1 reply] : You really should just ask one question per thread! 1. What is the b... (by andywestken)
|
by Arslan7041
Examples of Good Uses of goto Statement
|
|
[16 replies] Last: I think this sums up the use of goto quite nicely: http://www.xkcd.co... (by IWishIKnew)
|
by Powerpuncher
HPEN object declaration
|
|
[2 replies] Last: Thank you very much for clearing all the questionmarks out of my head!... (by Powerpuncher)
|
by Haloween123
Confusion
|
|
[3 replies] Last: Face palm (by Haloween123)
|
by mt106250
converting
|
|
[2 replies] Last: Or, if you're trying to use the ranged for loop: for (int runs: ... (by cire)
|
by stj
Linked list and function
|
|
[1 reply] : Does this help? node* test( node* & X ) { node* t = X; t = t->nex... (by keskiverto)
|
problem in quiz game |
|
[1 reply] : 1. Nearly every big forum has a "READ BEFORE YOU POST!!!" for a reason... (by R23MJ)
|
by SoberGrim
what if delete before new?
|
|
[3 replies] Last: void read(char*& text) { delete text; // deleting arrays needs d... (by andywestken)
|
by jasperchin
Trouble with .h file
|
|
[1 reply] : The C++ string class is in the std namespace, so you need to use ... (by MikeyBoy)
|
by jow123
FIND THE OUTPUT
|
|
[3 replies] Last: line 12. (by mutexe)
|
by mwright98
Vector Program - Help needed!!
|
|
[2 replies] Last: How stupid is that to hold 3 fields in a single string, i.e. Firt... (by ajh32)
|
by kennyluah
display sum of odd number between 1 and 10 using a FOR loop
|
|
[2 replies] Last: hi , i taking programming so our lecturer told us to add using namesp... (by kennyluah)
|
by jhykima
Core Dump Problem
|
|
[3 replies] Last: Many people don't use using namespace basically because many functions... (by shadowmouse)
|
by arvust
Comparing string with wildcard characters
|
|
[3 replies] Last: Cool! I assume you mean this on line 11 i < pattern.size() (rathe... (by andywestken)
|
Placement new |
|
[6 replies] Last: Thanks! It's clearer now. (by Bendistocratic)
|
by kimlanghy12
problem about delete linked list
|
|
[4 replies] Last: oh. i've get it. thanks dude. (by kimlanghy12)
|
by PSYCHAMERON
Serious problem about pointer!
|
|
[13 replies] Last: Thanks a lot! I appreciate your help. (by PSYCHAMERON)
|
by koopey
vector sort with templates problem
|
|
[6 replies] Last: i got what you said in last post but, one part i ain't clear about wha... (by koopey)
|
by Extreme112
Out of Range Vector Matrix
|
|
[6 replies] Last: Thank you very much. I had tunnel vision and I really thought that th... (by Extreme112)
|
by Blackhart98
Simplier way to do this?
|
|
[1 reply] : The biggest problem with your code are your functions. You should not ... (by BlatantlyX)
|