C++ progrm help (visual studio 2013) |
|
[8 replies] Last: OHHH alright, that first if statement was what got me. I have no clue ... (by YungScrublord)
|
by YokoOhYes
Some loop problems
|
|
[1 reply] : Have an integer to store # of positive numbers and an integer to store... (by closed account 2UD8vCM9)
|
by general233
c++ Help
|
|
[1 reply] : This is not a homework site. We will help you if you are stuck on a po... (by closed account 2UD8vCM9)
|
by tbarbas
Counting digit alpha and other characters in input file
|
|
[1 reply] : http://www.cplusplus.com/reference/cctype/ (by keskiverto)
|
by misslyss
Can someone help me fix this code?
|
|
[7 replies] Last: The header: * Remove lines 1 and 3, for they are not used. * Recheck t... (by keskiverto)
|
by johnsti
I need help with turning pseudo code into a simple module
|
|
[3 replies] Last: Or this? public class SumEvenNum { public static void main (String ... (by johnsti)
|
by Gohmer
Need help with Quadrant Program
|
|
[1 reply] : Nevermind I fixed it. Thanks. (by Gohmer)
|
by chado92
Infinite loop in console
|
|
[1 reply] : x is bool. It accepts only 1 and 0 (or true and false if boolalpha is ... (by MiiNiPaa)
|
by ChinaNan
Question about the difference of string and char
|
|
[1 reply] : s is a std::string and c is a c-style string. You can put s into c wi... (by Texan40)
|
by mynicks
Help. reverse a string with a twist in it...
|
|
[1 reply] : The s1 (or *(s1+0) or *s1 like you write it) is a pointer . A... (by keskiverto)
|
by cjp2010
Help converting binary!
|
|
[no replies]
|
by BillyBob
Casting Pointers
|
|
[7 replies] Last: C++ is strictly typed language. If we start by saying that name "foo... (by keskiverto)
|
by h4ever
how convert 4 bytes string to integer?
|
|
[2 replies] Last: Yes, thank you (by h4ever)
|
by James1st
random number code just doesn't work
|
|
[3 replies] Last: Okay, and thanks so much for getting me through this. It is difficult ... (by James1st)
|
by nmann15
C++ primer code not working
|
|
[no replies]
|
by gogogokitty
dumb question, int 1 = 1300;
|
|
[3 replies] Last: sorry i should have been more specific, its setup so that the user ent... (by gogogokitty)
|
by Mary522
Using arrays in member functions
|
|
[2 replies] Last: 94 :invalid conversion from `int*' to `int' Line 81: You declar... (by AbstractionAnon)
|
by khatereh
I need help with my code.
|
|
[no replies]
|
by lrg52595
Recursive function for Collatz
|
|
[no replies]
|