by newbie456
scanf/printf vs cin/cout
|
|
[4 replies] Last: @myesolar: Yeah, just that I don't know C# lol, nor I feel like switc... (by newbie456)
|
by chin
beta and theta value had interchanged.Can I know where the problem is?
|
|
[2 replies] Last: Can give me some suggestions to solve that? Or I need to redo the whol... (by chin)
|
by manojg
Difference bewtween these two definition of derived class constructor
|
|
[1 reply] : The member variables are constructed before the body of the class co... (by keskiverto)
|
by zxrp
Problem with my searching function
|
|
[1 reply] : http://www.cplusplus.com/forum/general/112111/ > while (getline(*fil... (by ne555)
|
C++ program to benchmark a pc |
|
[no replies]
|
by newbeee
C++ (Using for loop)
|
|
[4 replies] Last: Thanks man once again :D (by newbeee)
|
by newbeee
Array
|
|
[3 replies] Last: Oh thanks man , well explanation ! :D (by newbeee)
|
by RobHubbard
Returning a dynamically allocated array from a function
|
|
[1 reply] : I'd recommend using std::string, it'll make your life much much easier... (by closed account 10X9216C)
|
by joe7
cross-platform issues
|
|
[2 replies] Last: It helps a lot, thanks. (by joe7)
|
by danicpp
static vs ordinary variables
|
|
[7 replies] Last: got it, thanks all O' ya (by danicpp)
|
by mushyz
Problem with code
|
|
[3 replies] Last: const variables need to be initialized when they're declared and they ... (by wildblue)
|
by ColtonBoyd
Functions does not return new value..
|
|
[7 replies] Last: redo the whole process? No. Just add a loop, which is straight-fo... (by AbstractionAnon)
|
by frankellis
Permutations
|
|
[5 replies] Last: @frankellis: google "powerset", and then "algorithm to generate the po... (by JLBorges)
|
by qu4ntum
C++ on OS X vs Windows
|
|
[2 replies] Last: I program on a macbook pro. I am almost exactly like tiny screaming y... (by programmerdog)
|
by zxrp
Function to find sum of certain word in text file:
|
|
[1 reply] : if (temp ==wrd ) You're comparing characterrs, not strings. And that... (by kbw)
|
by zxrp
Problem finding words in text file
|
|
[2 replies] Last: Thank you, clearing the error flag fixed the second function. However... (by zxrp)
|
by hooshdar3
finding maximum value in a map
|
|
[1 reply] : You can follow this approach if k is very small with respect to N (the... (by abhishekm71)
|
by Cambalinho
my property problems
|
|
[no replies]
|
by jesslich
Bakery Billing Program
|
|
[7 replies] Last: I meant calcPrice(), but here it is: #include <iostream> #include... (by jesslich)
|
by newbie456
Reading One digit at a time
|
|
[2 replies] Last: Thank you! (by newbie456)
|