by Ligia
Counting the number of primes before n
|
|
[1 reply] : You can't determine that a number is prime until your inner test loop ... (by tpb)
|
by Brandon17
Expected initializer before '.' token
|
|
[10 replies] Last: Hello Brandon17, I reworked the "set" function to speed up testing. I... (by Handy Andy)
|
by zain ahmad
Integer not storing more than 0ne zeros in C++
|
|
[2 replies] Last: Hi you have to use the bitset not int #include <iostream> #include ... (by saeidsj)
|
Iterated function system (Fractal) |
|
[1 reply] : anyone can help me (by noobcplusplusprogrammer)
|
by Lucky7
Hey, a beginner needs Help
|
|
[5 replies] Last: A method to check is to check if the number is equal to 1*2*3. If it's... (by Repeater)
|
by Satan
Does const have practical applications like reducing memory usage?
|
|
[4 replies] Last: const helps you to write better code. It actually prevents you from ab... (by coder777)
|
by zain ahmad
Integer to String conversion
|
|
[1 reply] : What kind of alternative? Maybe like that? #include <string> #includ... (by Thomas1965)
|
by chrichri
Lambda function
|
|
[11 replies] Last: @ JLBorges thank's you (by chrichri)
|
by Mawuena
Am a beginner .
|
|
[5 replies] Last: Don't you guys see? By not asking a question he isn't limiting himself... (by zapshe)
|
by Psalazar2016
Need help please!!! I am stuck
|
|
[4 replies] Last: https://www.learncpp.com/cpp-tutorial/82-classes-and-class-members/ ^... (by zapshe)
|
by poohbear
vectors
|
|
[4 replies] Last: @TIM's link says most of what there is to say about this. To phrase i... (by mbozzi)
|
by rjblair87
help using class in program
|
|
[2 replies] Last: Hi Ryan, First up, a tip for future posts: Use code tags - select you... (by TheIdeasMan)
|
by kmce
Pointers
|
|
[4 replies] Last: I understand now, (Not sure if I just mistyped earlier, or if I did in... (by kmce)
|
by squiffy123
how do i make a program loop?
|
|
[3 replies] Last: The code: /*Halloween program(not finished) */ #include<iostream>... (by Handy Andy)
|
by Sevrene
Can't Figure Out How to Write Add Fraction Function
|
|
[4 replies] Last: When I said you need to take care of zeros in the num /denom and handl... (by TheIdeasMan)
|
I need help with input validation using overloaded functions |
|
[1 reply] : Hello vmansuria, Sorry I did not see this sooner. You not only have ... (by Handy Andy)
|
by zain ahmad
Carry Addition Problem in BigIntegers uptp 45 digits in c++
|
|
[1 reply] : I think we need more information. For example, in the code you posted,... (by dhayden)
|
by Niksy50
Average value of some data
|
|
[1 reply] : You should try stepping through your code with a debugger, examining t... (by MikeyBoy)
|
by mondixon
Help with hooks
|
|
[4 replies] Last: Why are you using MessageBoxA instead of MessageBox It's a good idea... (by Thomas1965)
|
by nowy20180820
doubly linked list
|
|
[2 replies] Last: I tested your code with at the the online shell and it worked fine, ev... (by nuderobmonkey)
|