by kevinchkin
dereferencing pointer to incomplete type
|
|
[2 replies] Last: Wow, that is so weird. Last night I tried to define struct in my heade... (by kevinchkin)
|
by Oromis
Divide string into chars
|
|
[4 replies] Last: Oke, thank you. The operator seems a lot easier to use ;) (by Oromis)
|
by Gabi
copy constructor problame
|
|
[4 replies] Last: Thank for the answers, now it's clear for me. :) (by Gabi)
|
by mc1982
Error, Type name expected in bcb 2007
|
|
[9 replies] Last: Yes i would agree but i actually use it to minus distances since im mo... (by mc1982)
|
by mattzorx
if-else + switch
|
|
[7 replies] Last: Ah, yes. Howerever, my professor instructed us to use only the if-else... (by mattzorx)
|
by compone87
sorting
|
|
[3 replies] Last: Bubble sort? (by mcleano)
|
by privs
Starting/Stopping exe's
|
|
[10 replies] Last: I don't see how either of your posts are productive My first post was... (by Bazzy)
|
by DBarzo
Memory buffer implementation
|
|
[7 replies] Last: Thanks to all for the explanations! Daniele. (by DBarzo)
|
by tulicloure
How can I save a web page using C++?
|
|
[3 replies] Last: On Windows, there are plenty of simple methods from URLDownloadToFile(... (by george135)
|
by Joliedoll
New at C++, getting weird errors.
|
|
[10 replies] Last: Thank you! Yeah, I changed that to double with the rest :) (by Joliedoll)
|
by qwertymk
I can't make sense of open sorce code
|
|
[10 replies] Last: http://www.amazon.com/Code-Reading-Open-Source-Perspective/dp/02017994... (by turbozedd)
|
by DamagePlan
Beginner error expected ;
|
|
[3 replies] Last: Thanks guys, sorry I overlooked the beginner section, I was in a bind (by DamagePlan)
|
by BoxcarBilly
Simple Input question
|
|
[3 replies] Last: You can check out this too: http://www.cplusplus.com/forum/articles/1... (by firedraco)
|
by petergrwl
file * question
|
|
[1 reply] : No, but you can use sprintf() to write formatted string into a char , ... (by R0mai)
|
by steffen
Question regarding "::operator="
|
|
[no replies]
|
by wtf
How use these functions? CryptGenKey( ) CryptAcquireContext() CryptGenRandom()
|
|
[3 replies] Last: Agreeing with Jsmith here. Why develop your own crypto algorithm which... (by MaxT)
|
how can i give output file in fstream |
|
[1 reply] : You want to redirect cout? http://www.cplusplus.com/reference/iostrea... (by Bazzy)
|
by xagutxu
debug vs. release
|
|
[8 replies] Last: (could I have any problem with other compilers..?) In theory,... (by jsmith)
|
by compone87
comparing objects
|
|
[4 replies] Last: @firedraco I think compone87 means this: int compare(const school& t... (by Bazzy)
|
by xxFxx
memory leaks!
|
|
[1 reply] : In push, the new node's next pointer isn't set to null if the list isn... (by kbw)
|