by enemy
prime numbers up to five
|
|
[1 reply] : You are incrementing q every time n is not divisible by t. So for n = ... (by yulingo)
|
this program works but i know there HAS to be a better way |
|
[3 replies] Last: thanks ill experiment with it a bit and see if i can figure out whats ... (by MarketAnarchist)
|
by Firerap
Read from input file
|
|
[1 reply] : So... what isn't working? (by yulingo)
|
by James180
Issues with Do while
|
|
[4 replies] Last: Well, once the loop has been entered, there is no way to change the va... (by Chervil)
|
by enemy
Primes up to 100
|
|
[3 replies] Last: That version counts how many numbers starting at 2 and ending at 3 are... (by Chervil)
|
by ZedjayCoder
Operator overloading
|
|
[4 replies] Last: I think I've answered your question now. ArrayList<Restaurant*> resta... (by ZedjayCoder)
|
Trying to reverse a string? |
|
[6 replies] Last: Oooh ok thanks! It works perfectly now! Thank you guys :) (by closed account 2w64izwU)
|
by Nata
search element by index arrays help please
|
|
[2 replies] Last: I think you've gotten something switched in your head. >_> What goes ... (by Albatross)
|
by Nata
Please help me understand the code.
|
|
[1 reply] : As they are now, lines 8-17 are trivial to split off into another func... (by Albatross)
|
bmi class (beginner problem) |
|
[17 replies] Last: sorry to be specific, a class is required and i wanted the class to be... (by closed account yAUiz8AR)
|
by R57x
Code Blocks #include <windows.h>
|
|
[1 reply] : ¿screenshot? code is text error messages are text your problem is not... (by ne555)
|
by varx
passing a noncopyable class
|
|
[1 reply] : The basic idea is to have a wrapper that can be used like a reference.... (by JLBorges)
|
by GoodWilling
Add statement after if statement
|
|
[6 replies] Last: The file is coming up blank. I put that in the output section right? I... (by GoodWilling)
|
by enemy
how to break just the inner loop?
|
|
[1 reply] : A prime number is defined as being a number >1. Why even bother to che... (by Mats)
|
by enemy
return -1
|
|
[4 replies] Last: In this function: int FindLinear(int array , int value, int key) { ... (by Chervil)
|
by enemy
what is wrong with the loop? No cout???
|
|
[3 replies] Last: Many many many thanks! I was right beaking my head thinking how to so... (by enemy)
|
by bowleruu16
making a array
|
|
[2 replies] Last: #include<iostream> #include<cstdlib> using namespace std; int main(... (by thepox)
|
Strings - finding a letter |
|
[2 replies] Last: Nice! Thanks you. (by project science)
|
by Perry Turner
click!
|
|
[3 replies] Last: FWIW: if you're doing stuff like this... you're better off leaving th... (by Disch)
|
by jonnhynick
Help with CONSTRUCTOR
|
|
[4 replies] Last: Hey guys I could finally built my solution, I just noticed I am missin... (by jonnhynick)
|