by camk16
Boolean Statements (1,2)
|
|
[20 replies] Last: There's a thread at the top of this forum titled "Console Closing Down... (by LB)
|
Problem getting information from a structure and other problems |
|
[2 replies] Last: Thank you so much. That helped me a lot i'm still working on the code.... (by noob plusplus)
|
by Nanyo
sign up, login program
|
|
[2 replies] Last: n Line: 66 does not work and gives me an error when I run it. The ... (by giblit)
|
by gsm2k
cin.get() Not working as pause. Do_while loop
|
|
[1 reply] : Let's say you input variables like this: int x; std::cin >> x; There's... (by LB)
|
by GoofyGewber
Reading int values from an array and determining what range they fall between
|
|
[1 reply] : I don't understand how you learned about file I/O before learning abou... (by LB)
|
by khatereh
Iterating through the array
|
|
[no replies]
|
by maximus87
Programming Error?
|
|
[2 replies] Last: I see the 0 that you are referring too, but I can't change that becaus... (by maximus87)
|
by kong288
Please help with class design.
|
|
[2 replies] Last: Separate your code and your data. The contents and behavior of each r... (by Disch)
|
by khatereh
for loop iterating around array to read from a file in c++
|
|
[no replies]
|
by specter113
writing files to a file
|
|
[2 replies] Last: See I knew that it was something small that I missed. lol Thanks!! (by specter113)
|
by pbri4141
Date program
|
|
[1 reply] : Please note, that this is not a homework site. We won't do your homewo... (by keskiverto)
|
by HelenI
How?
|
|
[1 reply] : That depends on how your stack was implemented. With a std::stack th... (by jlb)
|
by erbemirbe
Nested Getline in text file parser
|
|
[3 replies] Last: Just because you don't get errors doesn't mean your program is correct... (by jlb)
|
by Torm04
Outputting the reversal of a string?
|
|
[5 replies] Last: @naraku9333 Nice, very nice! (by tipaye)
|
How is my code? |
|
[7 replies] Last: Nope, no struct either. Try this template: #include <iostream> #includ... (by LB)
|
by camwhyy
Functions and Arrays
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/20881/ (by DyavolskiMost)
|
by BillyBob
How to detect
|
|
[3 replies] Last: infinite loops are not necessarily run-time errors. In fact, most usef... (by tipaye)
|
My program prints the address of the pointer rather than the value |
|
[2 replies] Last: Thanks man, your hint made realize the real crux of the problem. I act... (by imissopenlayups)
|
by joepistone
void pointer and cout
|
|
[6 replies] Last: There's no special knowledge of the inner workings of the compiler nee... (by MikeyBoy)
|
by Kernul
Number in base ten to any base
|
|
[2 replies] Last: Yeah, I just realized that I needed an array. I did it! Thanks! (by Kernul)
|