by chief123
can anyone help in this question?
|
|
[3 replies] Last: If this is a Codechef problem, you should know that the Codechef adjud... (by MikeyBoy)
|
by jeffery
Ive got two questions about learning c++
|
|
[3 replies] Last: [quote=Inspireftw]So for the first part, your function prototype, vo... (by MikeyBoy)
|
How to generate random numbers with a probability |
|
[2 replies] Last: Version with rand(). #include <iostream> #include <vector> #include ... (by lastchance)
|
by cppnoobie
error handling bad input
|
|
[1 reply] : It entirely depends on the nature of the error. I.e. are you able do d... (by coder777)
|
by urawrath
Line Justify a input and output file
|
|
[1 reply] : Have a closer look at line 20. Do you really want to replace your inp... (by Thomas1965)
|
by dasen0
Characters per line
|
|
[3 replies] Last: When i break it just gives me the first line of code. Edit: I figure... (by dasen0)
|
by dasen0
Struggling with Array Encryption (1,2)
|
|
[22 replies] Last: No, I'm going through and trying to understand what is happening. It's... (by dasen0)
|
by zfighter18
Repetition Control Structures Help
|
|
[5 replies] Last: tried to comment your code a bit. #include<iostream> #include<fstr... (by closed account SECMoG1T)
|
by masterinex
multithreading
|
|
[1 reply] : if i understood your qst correctly you need to implement a simple thre... (by closed account SECMoG1T)
|
by TiKe
Can someone help me?
|
|
[6 replies] Last: #include <iostream> using std::cout; void iteration(int n) { //... (by tpb)
|
by jjordan33
Couting more than it should.
|
|
[1 reply] : if(pun = '"'){ You're doing an assignment here. Use two equal ... (by Ganado)
|
projects brought forward |
|
[no replies]
|
Core Dump Issue |
|
[1 reply] : Running it in the debugger I see that it fails on line 52 (in your lis... (by tpb)
|
No class template named 'x' in 'y' |
|
[4 replies] Last: Thnak you, it worked (by pasquale199876)
|
Program Flawless, calculation wrong. |
|
[7 replies] Last: using minimum lines of code. Use the number of lines of code it take... (by Ganado)
|
Undefined reference to 'swap' |
|
[2 replies] Last: I take it swap is calling a function? (by closed account yqoET05o)
|
by bigboss98
cant put next customer name.
|
|
[5 replies] Last: Hello bigboss98, This works for my computer. #include <iostream> #i... (by Handy Andy)
|
by MrMode
C++ vectors
|
|
[3 replies] Last: Thanks, now its working. (by MrMode)
|
Increment equation |
|
[2 replies] Last: How could I use for loops to write out this equation? F(x)=x-x^((1+2)... (by kbw)
|
How could I reverse the increment order? |
|
[1 reply] : Use an if ... else if ... else structure instead of your current line... (by lastchance)
|