by cjmalloy
delete[] assert error
|
|
[8 replies] Last: IMO. int main() { char* title = new char ; sprintf(... (by Zaita)
|
by lipune
socket
|
|
[3 replies] Last: You can make UDP behave like TCP. But you have to do this manually and... (by Zaita)
|
by gAaRa
Playing background music ?
|
|
[1 reply] : You can use something like OpenAL or FMOD to accomplish this. (by Zaita)
|
by atasha36
how to delete and edit?
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
|
by hubba bubba
C++ developers???
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
|
by Marwa
using direct x 9 with vc++ 2008
|
|
[1 reply] : VC++ 2008 and VC++ 6.0 use different compilers. The unresolved depe... (by Zaita)
|
by Akshay144
can't display int value
|
|
[5 replies] Last: IMO. I would use string input; getline(cin, input); inst... (by Zaita)
|
by JohnnyB
Trying to understand and use namespaces
|
|
[3 replies] Last: You wanna re-direct cout. streambuf* sCoutBackup... (by Zaita)
|
Simple Blackjack Game, Random Numbers |
|
[4 replies] Last: Thank you. My problem is solved. I ran the program 4 times, and came o... (by ten thousandth fist)
|
Strings In C++ |
|
[1 reply] : str1_copy.replace(13,0,str2); You are replacing with a string lengt... (by cjmalloy)
|
by stevedye56
Craps Game
|
|
[9 replies] Last: Well....I think this are the details u're asking about.... //print... (by Smok006)
|
by zroccoz
Derived copy constructor
|
|
[2 replies] Last: Unless you explicitly declare one, the compiler gives every class a de... (by jsmith)
|
char array & pointers |
|
[4 replies] Last: In your example above, char* pCarrier = &aPointer; cout << *pCa... (by jsmith)
|
by neonblues
word permutation
|
|
[4 replies] Last: Hello again! If u still want that example here u go, but I think u ... (by Smok006)
|
by Link12
Using a Compare String In A Loop
|
|
[2 replies] Last: Then you could use sort() too. STL Algorithm. (by Repentinus)
|
by mmiskand
C++ calculations
|
|
[2 replies] Last: What is your definition of 'girth'? Presumably it is: g1= 2*(width+he... (by buffbill)
|
by dankbc1
Poker Algorithm.
|
|
[no replies]
|
Can you please check my code and see if it's correct? |
|
[5 replies] Last: Yeah...basically right now it will just put an integer the user specif... (by firedraco)
|
by dankbc1
Poker Issue.
|
|
[1 reply] : Well first off, use [/ code] tags and indent next time... Anyway, w... (by firedraco)
|
by mdigiac1
Is this a functional main?
|
|
[1 reply] : It is basically creating an array of 5 pointers to a variable/class of... (by firedraco)
|