
please wait
by helnow
Permutation and combination
|
I keep getting error on this code, in know it's the cmbo(k-1,r) giving me the error, but i don't know why, can someone help please.. this code is for next_co... |
Nov 1, 2013 at 5:10am
[9 replies] Last: @helnow Please see my previous post. (by abhishekm71)
|
by cpritchard
Need some help with a project please!!
|
hey everyone. been trying to figure out this assignment but cant quit get it. what i need to do is open a given txt file and read it its contents and place the... |
Nov 1, 2013 at 4:53am
[1 reply] : I would read the data into a pair of the form <int,string> then I woul... (by Script Coder)
|
by thiskid
Passing arrays.
|
Hello, everyone. I am having an error at line 21. Specifically the code where it says "list =x" How am I able to fix this code to do what I want? The purp... |
Nov 1, 2013 at 3:47am
[2 replies] Last: Thank you very much! (by thiskid)
|
linux and regex? |
so im compiling with g++ 4.8.1 using the -std=c++11 flag, and i may have found a bug. using this code: [code line=35] try { ... |
Nov 1, 2013 at 2:38am
[5 replies] Last: Thanks Cubbi. (by JLBorges)
|
by JasperBraun
"Viewing" a Function With Multiple Arguements
|
Hello. I am making a program and I have multiple functions. for example, it looks like this: function1(int* var1,int* var2,int* var30 { *var1 blah blah bla... |
Nov 1, 2013 at 12:50am
[3 replies] Last: You mean... like printing the source code? Like you would actually wa... (by Disch)
|