by unregistered
Setting the active database using mysql C API
|
|
[1 reply] : http://dev.mysql.com/doc/refman/5.0/en/mysql-select-db.html (by guestgulkan)
|
by abakiz
Basic Object naming problem
|
|
[15 replies] Last: Anyhow, thanks a lot for that, I was trying to figure this out all day... (by abakiz)
|
by exiledAussie
program parameter style
|
|
[1 reply] : Use a global constant probably. It's better than a define in this c... (by firedraco)
|
by mirauta
pointer to map
|
|
[4 replies] Last: mapdata** point = new mapdata* ; point = new mapdata; points ->ins... (by hamsterman)
|
by okimdone2
Linker Errors
|
|
[3 replies] Last: Ok so i figured it out. In my func.cpp file i have to have: std::o... (by okimdone2)
|
by Fumomo
Adding values of duplicated arrays and replacing
|
|
[1 reply] : A multimap would be a more appropriate data structure. (by kbw)
|
by secondrate
sinh(3391014490.0)
|
|
[6 replies] Last: Wolfram Alpha is neat. (I found a way to break it, though. :P) Do t... (by Kyon)
|
by Keithin8a
Deployment problem
|
|
[no replies]
|
by asuri
Storing 1 as 01 in array
|
|
[4 replies] Last: I fixed the problem, used a string array and used the insert() functio... (by asuri)
|
by elii255
insert a data to list in c++
|
|
[6 replies] Last: is that program correct?? struct lista { int id; lista * next; }... (by elii255)
|
by preethiraj
Output not displaying the cards when dealt.
|
|
[no replies]
|
by eye51
Problem: vector, algorithm
|
|
[12 replies] Last: Hi simeonz, hamsterman, jsmith, onur, Thanks for your all replies. ... (by eye51)
|
by Neb1000
Getting and error but I don't know why.
|
|
[5 replies] Last: Ok it works. Thanks for all the help. (by Neb1000)
|
by akounga2000
sorting using "strcmp" command
|
|
[2 replies] Last: i'm two errors, you are right about "str" identifier, the error is com... (by akounga2000)
|
by ImpulseChimp
Constantly updating cin statement in C++
|
|
[5 replies] Last: @ bzb65 while ( 1 > 0 ) ? why not while (true) ? Also, hugely agr... (by quirkyusername)
|
by Katma
School project
|
|
[13 replies] Last: You rock, Wolfgang. Thank you so much. (by Katma)
|
by imzack
problem allocation of memory?!?! copy part of a sting....
|
|
[2 replies] Last: FIXES (that I can find): #include <iostream> #include <limits> // ... (by wolfgang)
|
by Toothkiller
Using c++ in internet application
|
|
[3 replies] Last: CGI = Common Gateway Interface Simply put, it allows you to write c... (by sadavied)
|
by Onceler
How do I manipulate nibbles?
|
|
[3 replies] Last: Er, your file must always be a multiple of two nibbles long... so you ... (by Duthomhas)
|
by iit2009154
Is C really faster than c++?? (1,2)
|
|
[32 replies] Last: Oh, right, I forgot which end is "highest". Maybe "loosest" would be b... (by rocketboy9000)
|