by Maria Ramos
Questions about destroying the dynamic arrays and binarySearch function
|
|
[2 replies] Last: I do have delete sorted in my program, does it mean I destroy the d... (by coder777)
|
by AceK
DOES ANYBODY KNOW HOW TO LINK THE SFML LIBRARY TO THE wxDev C++ IDE
|
|
[no replies]
|
by CarlosEver
How to send a windows message from C# to C++ (MFC)?
|
|
[no replies]
|
by rmxhaha
pointer points to a member class
|
|
[7 replies] Last: > Well I could just put the tween_t handler not in the world_t but in ... (by JLBorges)
|
by Maria Ramos
Questions about creating arrays under classes
|
|
[no replies]
|
by SMA01
Is my compiler messed up or am I making a mistake?
|
|
[4 replies] Last: Using a switch helps avoid the error pointed out by eagle-eye xhtmlx ... (by TheIdeasMan)
|
by crp408
need a lil help
|
|
[4 replies] Last: #include <iostream> #include <vector> #include <fstream> struct Reco... (by DesiredNote)
|
by codster
Anagram Maker
|
|
[5 replies] Last: Yes is does, thank you very much. (by codster)
|
by dominover
Cygwin and Windows?
|
|
[1 reply] : IIRC, sort of. Compiling with Cygwin makes the program dependent on cy... (by helios)
|
by sahi
computing yields for gilts using c++
|
|
[3 replies] Last: Thank you so much for the help, is just that I placed the text file in... (by sahi)
|
by Peter87
Leave out the enum class name from function arguments
|
|
[3 replies] Last: In my opinion your proposal makes C++ code hard to read. Not all funct... (by vlad from moscow)
|
by PimpedKoala
Strings
|
|
[8 replies] Last: Because that's not how you call a function. You call it like it was an... (by S G H)
|
by werlay
i cant get all lines read with this code
|
|
[1 reply] : Seems like a duplicate post to me http://www.cplusplus.com/forum/begin... (by SamuelAdams)
|
by crp408
cant get my program to work
|
|
[4 replies] Last: while ( !bank.eof() ) Is this condition ever getting met? Stick a b... (by ResidentBiscuit)
|
3d Vector |
|
[6 replies] Last: Of course: The boost::multi_array class provides an element-preservi... (by Cubbi)
|
by Maria Ramos
Translate the insertion sort algorithm to C++
|
|
[3 replies] Last: That task is formulated using very unconventional, for C++, concepts. ... (by Cubbi)
|
by SMA01
Incomplete File type, what does this mean?
|
|
[2 replies] Last: You're right, it stopped looping uncontrollably when I changed it to ... (by SMA01)
|
by ravian
graphics.h in code Blocks
|
|
[4 replies] Last: SFML and SDL. Any graphics library will do this. (by ResidentBiscuit)
|
by crp408
reading from a file
|
|
[7 replies] Last: You have 2 choices, maybe more but at least 2. Get the string the use... (by SamuelAdams)
|
by morando
boost::threadpool without locking
|
|
[6 replies] Last: atomic variables are part of C++11 @ rapidcoder. Though I'm not sure ... (by Disch)
|