by aliyesami
extracting a string between two patterns
|
|
[2 replies] Last: strchr is what you need. http://www.cplusplus.com/reference/cstring/s... (by Thomas1965)
|
by Tibar
Indirect string identification
|
|
[5 replies] Last: The content of some of the strings is dynamic, i.e. B2 could be "Pois... (by TheIdeasMan)
|
by LsDefect
Invalid shell commands and _popen()
|
|
[2 replies] Last: Much obliged man. Curious operand along with that first parameter, pag... (by LsDefect)
|
by Indianna32
Time keeper...Help
|
|
[4 replies] Last: How to use code tags: http://www.cplusplus.com/articles/jEywvCM9/ (by JLBorges)
|
by cboehm7338
Errors with '{' ';' ')' signs
|
|
[3 replies] Last: The error is a good one, use the scanf_s function like it says :+) ... (by TheIdeasMan)
|
by ep7network
How can I continue the process and print out their process ids?
|
|
[1 reply] : Don't double post, it's waste of everybodys time - http://www.cplusplu... (by TarikNeaj)
|
by demoylan
Password Cracker Issue
|
|
[6 replies] Last: On an issue related to the OP's code, but not the problem he sought to... (by cire)
|
Function Pointer Help |
|
[4 replies] Last: That seems like a very misleading error message, which makes me think ... (by cire)
|
by HLGgaming
Any FABRIK implementation advice/code?
|
|
[no replies]
|
by dala
Programming projects
|
|
[2 replies] Last: don't worry, i can give u a project designed by me....look's cool...it... (by sushil9469)
|
by Kubani
How to be a programmer of many programming languages
|
|
[4 replies] Last: Thanks guys. (by Kubani)
|
by Wu zhen hai
How to get private member pointer?
|
|
[3 replies] Last: #include <iostream> #include <string> #include <iomanip> class A { ... (by JLBorges)
|
by technologist
passing variable through std::array function prototype
|
|
[8 replies] Last: Yes, it is a serious question. I think its quite possible the question... (by technologist)
|
by Ahmed Khalid
My First Program
|
|
[3 replies] Last: @Ahmed Khalid if you'd rather not get posts like the above ^, you shou... (by guatemala007)
|
Program runs up to the last function then gives a terminate message |
|
[1 reply] : char* s3 s3 is a pointer. You should pass another parameter to check... (by AcarX)
|
by demoylan
C++ Library Download ?
|
|
[8 replies] Last: Actually, Visual Studio is working again :). Thanks for all the help.... (by demoylan)
|
LinkedList Help needed |
|
[4 replies] Last: Thank you, I will try to understand what you mean and I will try to le... (by tomandjerry7861)
|
Program is running but cannot open text file |
|
[7 replies] Last: Wooow ! Thanx Thomas ! That was wonderful indeed. There has been powe... (by Mwangi Elijah)
|
by erriya95
How to initialise structures in this code
|
|
[1 reply] : Pls I request you to give me the source code for this.Its urgent. Pls... (by TarikNeaj)
|
by mike9407
data abstraction[update and clarification]
|
|
[1 reply] : reply anyone? (by mike9407)
|