by qwerty2222
Why won't this code work? Help find what I did wrong please!
|
|
[1 reply] : > if (j = n2) = is assignment == is comparison ¿what's the point ... (by ne555)
|
by t967h088
Comparative values of strings?
|
|
[1 reply] : Hi, With "momn" vs "mnmo" , "mo" is greater than "mn" when looking a... (by TheIdeasMan)
|
by qwerty2222
Help with array function please! Not sure why it won't work
|
|
[3 replies] Last: Use of code tags, see http://www.cplusplus.com/articles/jEywvCM9/ The... (by keskiverto)
|
how to sort integers and characters |
|
[3 replies] Last: repeat removed that pretty cool needed new number for repeat so no re... (by programmerperson1)
|
by ralf102
Could someone help me with code optimization?
|
|
[1 reply] : > for (int i=2; i <= liczba; i++) Consider to test only the primes n... (by ne555)
|
by ewgilliam
Switch statements
|
|
[7 replies] Last: I thought I was done but when I fixed what I had wrong this is what I ... (by ewgilliam)
|
help to do polynomial, also menus |
|
[no replies]
|
by BigIsBig453
Issues with Mastermind Program
|
|
[9 replies] Last: Whitenite1's approach is better (and a lot easier) than sorting. (by dhayden)
|
by Kushankur XD
problem in opening file in c++
|
|
[2 replies] Last: The code won't compile for me. The reason is that a variable ( ofile )... (by Chervil)
|
by lalphin
2 errors: LNK1120, LNK2019 on line 1
|
|
[1 reply] : they are both directed to line 1 of my code No, those are linker err... (by AbstractionAnon)
|
by ralf102
Quinary to pentadecimal
|
|
[1 reply] : You are unlikely to find anyone who wants to wade through that. Remem... (by Duthomhas)
|
by lyonm513
having trouble with checking a password for a lower case letter
|
|
[3 replies] Last: You need to reset your password variable for each line in the file. A... (by jlb)
|
by Berseker
Need help with errors
|
|
[3 replies] Last: The error is that your do-while loop is a mess and just plain wrong. ... (by Moschops)
|
by lyonm513
I keep getting various errors while trying to pass a varriable through my second constructor
|
|
[5 replies] Last: Yes. We already told you what the problem is. The function you're tryi... (by Moschops)
|
by crimhaze
Sorting a vector without using sort
|
|
[2 replies] Last: No, he is doing the swap in the outer loop like it should be. You are... (by Ready4Droid)
|
by olaf94
Array made of string and int?
|
|
[4 replies] Last: Why are we using the wrong tool for the job? If you really don't want... (by Ready4Droid)
|
by norcal
Help with Arrays
|
|
[1 reply] : You're along the right lines, but what is: count = count; supposed... (by MikeyBoy)
|
Help reading data from a text file |
|
[6 replies] Last: I deleted the percentage column but it's still displaying 0s :( Of c... (by Thomas1965)
|
by misslyss
can someone help me fix my code?
|
|
[14 replies] Last: One more thing: pow is a little inefficient when the power is an inte... (by TheIdeasMan)
|
by Arquon
While loop stops with one condition being true
|
|
[2 replies] Last: Needed some time to figure out why it was supposed to be || instead of... (by Arquon)
|