by ayush5588
How to find whether a very long integer(upto 10^18) is a prime number or not in C++?
|
|
[17 replies] Last: check out 7 MB of code + lib -- that's all? No, kidding ;) Thanks for... (by MikeStgt)
|
by CoolAvocado
Help Me to remove Specific Data from the txt. FIle
|
|
[no replies]
|
Passing array of structure to function |
|
[3 replies] Last: Thanks everybody for providing solutions. I just saw your replies and ... (by Beginner of C)
|
by CoolAvocado
A problem in using getline?
|
|
[4 replies] Last: Let us say, we want to read a char (formatted input) and a string (usi... (by JLBorges)
|
by Ashh
Loop more than one time
|
|
[3 replies] Last: [ code] Loop me baby one more time! https://www.youtube.com/watch?v... (by Duthomhas)
|
Overload Constructor Errors |
|
[2 replies] Last: [quote=Repeater] You cannot call a constructor on an object that has a... (by PiggiesGoSqueal)
|
by Ashh
Void
|
|
[4 replies] Last: [quote=lastchance]How complicated would you like me to make it? I'm su... (by Enoizat)
|
by gongong
read and store data into array
|
|
[6 replies] Last: The data function is doing that from what I see. If the console should... (by zapshe)
|
by Deadweight77
Banking system
|
|
[4 replies] Last: Alright I should be good now thank you! (by Deadweight77)
|
by Ashh
How do I stop do while in if statement from keep looping
|
|
[3 replies] Last: Like so: cin>>love; do { cin>>love; cout<<"I love physics"; }while... (by coder777)
|
check if a value is integer or float |
|
[6 replies] Last: Hmm, yes. I don’t remember the OP having that particular example... ... (by Duthomhas)
|
by kdrewes
Is there an equivalent of 'substr' for integers
|
|
[7 replies] Last: // Example program #include <iostream> #include <string> using namesp... (by MikeStgt)
|
by Ashh
Can do while can be used for twice in the same program?
|
|
[2 replies] Last: I would also use toupper or tolower for registration. Also, make sure ... (by gongong)
|
expected unqualified-id before numeric constant |
|
[4 replies] Last: .rc files are compiled by a "resource compiler" program, not the C++ c... (by dutch)
|
by pg1908
push_back error with vector of objects
|
|
[7 replies] Last: If restarting VS is actually fixing things then the problem might be t... (by dutch)
|
by gongong
optimize working code
|
|
[13 replies] Last: if all the strings have 3 letters, you could shove it into one string ... (by jonnin)
|
by surfersss
matrix chain multiplication
|
|
[1 reply] : i is a loop counter and its role changes depending on which loop you a... (by jonnin)
|
by MikeStgt
sqrt(int) vs int(sqrt(real))
|
|
[9 replies] Last: Whether that rounding affects square root is ... topic of this thread... (by MikeStgt)
|
by Unruffled
while loop crashes after the 4th entry
|
|
[4 replies] Last: yeah the cout << press ctrl+z I forgot to remove as one can just quit ... (by Unruffled)
|
by CoolAvocado
reservation
|
|
[13 replies] Last: ANdy ANDYYYY ANDYYY HAHHAHAHAHHA TNXXXXXXXXXXXX thats help alot Hone... (by CoolAvocado)
|