by akaisora
problems with Sorting strings/arrays in a user defined lexical order.
|
|
[1 reply] : Please use code tags next time. They look like <> to your right. Maybe... (by Bourgond Aries)
|
by Gaminic
Parallellization using OMP.
|
|
[1 reply] : [quote=Gaminic]My first idea would be to have one dedicated thread for... (by Bourgond Aries)
|
by madhuj
Convertion Hex to Ascii
|
|
[1 reply] : Perhaps this is what you're looking for. #include <iostream> #inclu... (by Bourgond Aries)
|
by ezaz12121
overloading operators Error
|
|
[5 replies] Last: i ment after i put in a dollar amount it doesnt output the second que... (by ezaz12121)
|
by BillH
SFML Window Title Bar font
|
|
[1 reply] : Not sure how SFML handles this but usually the style of border and tit... (by Peter87)
|
by Sarmadas
Object Oriented Programming confused
|
|
[2 replies] Last: well, you'll need to use the class keyword to define a class, and use ... (by hansaaa)
|
Multiple Files |
|
[1 reply] : // Open file 1 std::ofstream fout( "file1.txt" ); // write things t... (by Fransje)
|
by schutzk21
Help with bubble sort and templates
|
|
[1 reply] : A Bubble Sort would be implemented as a function that operates on an a... (by kbw)
|
by jaden5165
How to print this kind of result with arrow operator
|
|
[16 replies] Last: Ya I know.But mostly the basic one.Will put more effort to learn.Thx (by jaden5165)
|
by hansaaa
std::ifstream::getline empty, in rather "big" project
|
|
[no replies]
|
Challenge you guys : Re-write the reverse function for reversing faster !! |
|
[2 replies] Last: Thanks for your help !! (by alantheweasel)
|
by Andranos
Turn based game, move to next monster if current monster is dead
|
|
[2 replies] Last: Sorry, I forgot to mention that I already have a monster array which i... (by Andranos)
|
by Amima 2
implementing matrix class that provide basic matrix operations
|
|
[2 replies] Last: ok, hansaa thank you (by Amima 2)
|
by glennpl
returning char addresses
|
|
[5 replies] Last: yep, @ jidder (by hansaaa)
|
by Ssturges
Question about char pointers and random binary files
|
|
[5 replies] Last: do I get it right that it might have something to do with encrypting, ... (by hansaaa)
|
by hansaaa
Memory allocated?
|
|
[2 replies] Last: That will give you memory usage of the process, and not the vector... (by hansaaa)
|
by kimicatdemon
Expected Intializer before ... ?
|
|
[2 replies] Last: I will look over my code and see if I missed any! Thank you very much! (by kimicatdemon)
|
by spikeash20
Overloading #
|
|
[1 reply] : It is not. You cannot create new operators, only overload old ones. (by Cheraphy)
|
by DrolArumil
Counting Nodes of Binary Tree
|
|
[6 replies] Last: It would be more cleaner to rewrite the function the following way i... (by vlad from moscow)
|
Dislike using namespace std? |
|
[5 replies] Last: Perfect example of why this is a thing: std::distance (by xismn)
|