by Scofield16
Assistance with homework
|
|
[3 replies] Last: Thanks everyone for your assistance, I greatly appreciate it. (by Scofield16)
|
by Alphar
if A is equal to B ,print"Yes",or print "No" (1,2)
|
|
[20 replies] Last: You have a number of alternative pieces of advice and you need to use... (by Alphar)
|
please help//// |
|
[3 replies] Last: oh but how does it prints out the numbers ?, recur... (by theposibility)
|
by c p p
array of objects
|
|
[4 replies] Last: Not sure, but apparently C++14 makes it easier: http://stackoverflow.c... (by keskiverto)
|
by abdalimran
Can someone give me any good implemented code of C++ Biginteger for programming contest?
|
|
[3 replies] Last: Can it be used in ACM ICPC? You're the one in the contest so you sh... (by Z e r e o)
|
by mochate
random help
|
|
[2 replies] Last: hi keskiverto thank you for the quick reply ill work on the advice yo... (by mochate)
|
by Vaan Everick
Monty Hall Problem with Functions
|
|
[11 replies] Last: THANK YOU! THANK YOU BOTH! haha, I am an idiot. Well, you know what th... (by Vaan Everick)
|
by vovchik
Determining if a string is a valid time spec
|
|
[4 replies] Last: You also may want to look closely at lines 2 to 5 in the above code. Y... (by jlb)
|
by yusufseedat
linked lists
|
|
[no replies]
|
by nomnum
Creating and outputting string arrays
|
|
[5 replies] Last: Just wanted to chime in a bit because you will see a lot on this forum... (by Z e r e o)
|
There's a problem with the flow of control in my program |
|
[5 replies] Last: Line 66 getline is where this is failing. if (toupper(choice2) == 'D... (by mobotus)
|
by Kennebob
First Project Help
|
|
[2 replies] Last: Maybe something like this, maybe use a loop if it's a no / NO. #incl... (by srscode)
|
by DreamTime
Constructor Cannot Read Data
|
|
[9 replies] Last: Int main(), rather than creating the book using Book(a, b); try usi... (by Esslercuffi)
|
by tanyamam
find the sum of subset
|
|
[no replies]
|
Swapping addresses |
|
[4 replies] Last: Really Disch? Wow! (by closed account 48T7M4Gy)
|
Function of Dice simulation |
|
[3 replies] Last: If d =12893, then 12893/5000 = 2. Print two *s. Hope this helps. (by Duthomhas)
|
by sbas10
if (!cin) ?
|
|
[3 replies] Last: Makes sense now. Thanks y'all! (by sbas10)
|
String input 'overflowing' into next string variable |
|
[4 replies] Last: @Jezze Thank you very much. This fixed it! I have no idea how it works... (by thatrandomsam95)
|
by rcson
A little help with a simple task
|
|
[13 replies] Last: Ok, my new code and it`s working fine, but with using substr #incl... (by rcson)
|
by alex067
How to make program more effective
|
|
[5 replies] Last: Ah I see, that makes it very clear thank you. I need to show which nu... (by alex067)
|