by pgstudent
problem with files in C++
|
|
[5 replies] Last: thanks guys for the help i really appreciate it . i have solved the pr... (by pgstudent)
|
by Farrukh12
Copy Constructor
|
|
[10 replies] Last: Thank You All of You, I found my mistake (by Farrukh12)
|
by sanda199
socket programming error
|
|
[3 replies] Last: Instead of this, serverADDRESS.sin_addr.s_addr = inet_addr("172.17.11... (by HiteshVaghani1)
|
by hvigil
String Problem error
|
|
[8 replies] Last: Gonna break this down for you and show you exactly what is going on in... (by Smac89)
|
Sort the data saved using shell algorithm. But it won't work in my case |
|
[1 reply] : If I implement the sort algorithm in a more simple program it works ju... (by closed account E607ko23)
|
by hoity
How to take multiple line string in c++?
|
|
[2 replies] Last: std::string Para = " "; while(std::istream::getline(std::cin, Para))... (by hoity)
|
by sanda199
permission denied error in socket programming in c
|
|
[no replies]
|
by ForRealzZzZ
How to output an array of strings?
|
|
[3 replies] Last: for(int w = 0; w< (int)index.length(); w++){ for(int t = 0; t < (i... (by Smac89)
|
by hvigil
string class char finder.
|
|
[1 reply] : Hope, following link may be useful to you.. http://www.cplusplus.com/r... (by HiteshVaghani1)
|
by Smac89
ExceptionAbort trap: 6
|
|
[8 replies] Last: Not bad cire, I'm gonna have to look into that when I get home. (by Smac89)
|
by Ben Smith Jr
which is better - 3 ways to add an entry to map
|
|
[2 replies] Last: Thanks, Cubbi. You provided a very nice solution. I'd like to give mor... (by Ben Smith Jr)
|
by dekkiller
Error Help.
|
|
[1 reply] : double jacketsize(double weight, double height, int age) { if(age<40)... (by Smac89)
|
by sanda199
lvalue required as left operand of assignment
|
|
[4 replies] Last: hi the error is like that server4.cpp: In function ‘int main(int, c... (by sanda199)
|
by hopesfall
Formatting strings in C
|
|
[3 replies] Last: Can I just say that checking if the integer value of a character is la... (by Veltas)
|
Recursion Resources + Help |
|
[1 reply] : How is recursion a "lost art"? It's just a technique that people use ... (by Veltas)
|
by sean shine
search array of strings
|
|
[5 replies] Last: thank you! this works (by sean shine)
|
by Cubbi
Boost 1.53
|
|
[no replies]
|
by HunterXZ
My program stop working after a bit and i dont know why
|
|
[2 replies] Last: I get no errors and the goto isnt ignoring the scanf since i can input... (by HunterXZ)
|
by Dannie
Need Help Converting Pseudocode to C++ to find Branch-and-Bound for the Early/Tardy Problem with a Common Due-Date
|
|
[no replies]
|
by bendaten
iostream+sstream
|
|
[3 replies] Last: Thanks MiiNiPaa and jaded7. I'm using VS2012. I suspect too that it i... (by bendaten)
|