by joeneldeasis
comparing a string from a file
|
|
[1 reply] : Hi, First of all, have a look at your while loop. It only contains ... (by thomas430)
|
by oscarDev
create a window for multiplatform programm
|
|
[2 replies] Last: what i want know is which libraries of the Os to use for manage the sc... (by oscarDev)
|
by Solrac
Why does my value change without assignement?
|
|
[6 replies] Last: Sure - I was curious about using malloc in C++ then I found the way to... (by budman85)
|
by deathtrap
Can you accomplish this
|
|
[1 reply] : You have to tell the program where to find the files. if you move them... (by hamsterman)
|
by Alpha
Returning pointers and memory problems
|
|
[4 replies] Last: ty :) (by Alpha)
|
by lolzgeorge
Grade entry and calculator
|
|
[no replies]
|
by chennaiaras
reversing a string
|
|
[2 replies] Last: Don't use C strings if you can avoid it/aren't using C. If you want to... (by chrisname)
|
by m4ster r0shi
heterogeneous container
|
|
[2 replies] Last: [quote=hamsterman]Neat. I'm not sure I know where that could be used, ... (by m4ster r0shi)
|
by lostwithcpp
Using namespaces across multiple files.
|
|
[2 replies] Last: since they booth have different names, the namespaces were not needed... (by lostwithcpp)
|
difficult problems(any programmer can tell me) |
|
[1 reply] : http://www.cplusplus.com/forum/general/20140/#msg105426 (by kbw)
|
by akramm
I want to develop this program
|
|
[1 reply] : you should start with improving the formatting. delete those numbers, ... (by hamsterman)
|
by Petrosyan
Effective tool for GDI memory leaks detection
|
|
[1 reply] : Oh yeah. I've found a decision - Deleaker ( http://deleaker.com/ ) (by Petrosyan)
|
by kuol
Sort 2D array using c++'s stl::sort()
|
|
[4 replies] Last: Will do. Thanks, firedraco! (by kuol)
|
by rifat101
Encryption
|
|
[5 replies] Last: main must return int Double threath http://www.cplusplus.com/forum/... (by ne555)
|
by thomas430
Passing abstract class by reference
|
|
[3 replies] Last: Ohh! Thank you :-D (by thomas430)
|
by e2easy
Invalid use of member (did you forget the '&' ?)
|
|
[3 replies] Last: You're trying to pass in member functions. You can only pass in stati... (by kbw)
|
by Lane
An object oriented approach (Newton-Raphson method) (1,2)
|
|
[23 replies] Last: Thanks hamsterman. all done cheers (by Lane)
|
by hakermania
Write to specific line of file
|
|
[1 reply] : Make a copycat cat program (the input goes to output). When you reac... (by ne555)
|
by Darkenor
Euler Problem 12 runs for 10+ minutes with no solution
|
|
[8 replies] Last: I didn't even know about project Euler untill this post showed up. I d... (by Browni3141)
|
by lovelyhakeem
strings
|
|
[4 replies] Last: I know of the following... #include <string> #include <sstream> #... (by closed account 3pj6b7Xj)
|