by slg5094
If/Else Problems
|
|
[2 replies] Last: First please read this and update your post with neatly formatted code... (by kempofighter)
|
by BOGG
Standard C implementation of hash tables
|
|
[5 replies] Last: Also I think I got the insert function wrong (by BOGG)
|
by sendjy
question about compiling interdependent files
|
|
[7 replies] Last: thanks a lot man. i think i got it now. now i can actually debug (by sendjy)
|
by cyzero
Do console Apps and Gui Apps use the same Commands?
|
|
[8 replies] Last: The vast majority of software running the internet doesn't have a trad... (by Galik)
|
by Ommi
Making a simple interactive win32 console message
|
|
[4 replies] Last: I would suggest you to *not* use system(). Check here for why: htt... (by firedraco)
|
by sendjy
question about istream
|
|
[1 reply] : operator >> leaves trailing white spaces and newlines. getline reads ... (by Bazzy)
|
by dpp
Prize simulation
|
|
[3 replies] Last: hehe valeu cara, postei em tudo que era canto pra ver se tinha uma res... (by dpp)
|
by impseth
struct not working with certain names
|
|
[3 replies] Last: Cool, that answers that. Thanks again. (by impseth)
|
by patryk
System("Whatever")
|
|
[7 replies] Last: ok thnks ! i have started one !!! (by ajuneja)
|
by player09
read txt file, insert words into arrays of char
|
|
[1 reply] : Problem 1: You are not using code blocks :p . Problem 2: The entire... (by Computergeek01)
|
by ayush20m
Where are the files?
|
|
[6 replies] Last: OP, you meant o fstream. ifstream is used for reading a file. (by Computergeek01)
|
by kaduuk
alternative for system("cls")
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/10515/ (by Bazzy)
|
by kaduuk
Finding the problem in this basic calculator
|
|
[6 replies] Last: Ok thanks guys! :) (by kaduuk)
|
by Faerie
Else block problem in C
|
|
[19 replies] Last: AFAIK, you need to specify the buffer size of input value when it is c... (by mgupta)
|
by oneeyeblack
diff. bet. c++ and visual c++
|
|
[6 replies] Last: wow guys. . .tnx a lot. . .your reply/ies has been helpful to me. . . ... (by oneeyeblack)
|
by RyanCaywood
How do I use argc and argv inside a function?
|
|
[4 replies] Last: YES! It worked! Thank you very much! I guess I need to actually ... (by RyanCaywood)
|
by hazarada
Creating a vb.net usable dll
|
|
[1 reply] : i tried using the dll as an api by adding the dll to the project and d... (by hazarada)
|
by patryk
Functions
|
|
[1 reply] : I need to create a function that scans a string for the Character '-'... (by mcleano)
|
by Zed
Special characters
|
|
[8 replies] Last: programmer47's code will only work on a system that is not set up to... (by Disch)
|
by programmer47
SDL with C++ hello world
|
|
[4 replies] Last: I think it might of been a mistake on my side when I compiled it using... (by programmer47)
|