by NavyWinter98
I want it to print if "LINDO" is said or print that way if "lpsolve" is said need help
|
|
[2 replies] Last: You can't define a function within a function eg you can't define anot... (by seeplus)
|
by cernet
C++ design pattern: Observer
|
|
[2 replies] Last: Have a look at Design Patterns in Modern C++: Reusable Approaches for ... (by seeplus)
|
by aardalde
Use std::list to remove element from user entered string
|
|
[1 reply] : > how can I find the element in the linked list go through each elemen... (by ne555)
|
by bassel27
Time limit exceeded
|
|
[4 replies] Last: @lastchance: I don't understand you, you complain about an unnecessary... (by ne555)
|
by chikonde
program to add 3 values and add 16% value added tax
|
|
[1 reply] : There's a tutorial here at cplusplus: http://www.cplusplus.com/doc/tut... (by deleted account xyzzy)
|
by helios
!std::is_enum<SomeEnum>::value?
|
|
[8 replies] Last: @helios - I'd suggest reporting this to MS as a bug. (by seeplus)
|
by Trebian
Deadlocked Multi-Threads
|
|
[6 replies] Last: > EDIT: I think it's to do with this line I think you need to post th... (by salem c)
|
by VoB
Premature deletion: CPL book example
|
|
[2 replies] Last: Thanks @seeplus for your check. I know it's better to use manager obje... (by VoB)
|
by aymanawa
this code work some time some time no
|
|
[5 replies] Last: yes salem thanks alot it was the error now it work perfectly Ganado... (by aymanawa)
|
What does Profiler's readings mean when a runnning a multithreaded program |
|
[1 reply] : i believe it is pure %. So 1/2 your *processing effort* was spent on... (by jonnin)
|
by neropoie
replace function with c++
|
|
[3 replies] Last: Or to replace all occurrences rather than just the first: #include ... (by seeplus)
|
by Ticbow
Text editor c++ gui
|
|
[2 replies] Last: Thank you, I'll try that out! (by Ticbow)
|