Tutorial recommendation |
|
[12 replies] Last: OK, I get it. I am asking wrong questions. No, just not asking in a... (by closed account E0p9LyTq)
|
by jojfjo
constructors containing files
|
|
[3 replies] Last: The file contains 30 data values. Date, price. You are to write a con... (by Repeater)
|
series computing using loops (1,2) |
|
[21 replies] Last: Hi @sairaashraf17 Just one final pair of braces { } .... { ... (by lastchance)
|
by newguy17
2d array how to split string into characters
|
|
[3 replies] Last: I agree with lastchance. A 1D array is much eaiser. If you see a strin... (by Thomas1965)
|
by Vonbrom
Basic Encryption
|
|
[4 replies] Last: so i thought i could upgrade your code somehow: #include <iostream>... (by closed account SECMoG1T)
|
by samtheman
Loop to output (5) random numbers:
|
|
[5 replies] Last: [quote=Handy Andy]The question is should it be a do/while, for or whil... (by icy1)
|
by zapshe
Quick question About "for" functions
|
|
[3 replies] Last: I was wondering about the difference between A and C. But it's fine no... (by zapshe)
|
How to limit the number of user input |
|
[5 replies] Last: Hello BeginnerOnProgram, Line 18 is set up correctly, but "count" is ... (by Handy Andy)
|
by vaidas196
largest value of 2nd row in 2d array
|
|
[1 reply] : Your code did not build on my computer because the array needed const ... (by Manga)
|
by shortyvivian
Array
|
|
[2 replies] Last: Hello shortyvivian, When I compiled the program the first error "expr... (by Handy Andy)
|
by MARIA HABIB
array
|
|
[1 reply] : Nice little exercise. Here's a starting point, assumes that score is a... (by Thomas1965)
|
by zapshe
C++ Cross-platform Windows/Mac?
|
|
[9 replies] Last: "stdafx.h" is only for visual studio, right? NO, imagine the followi... (by Thomas1965)
|
by stormbot
Decimal cutting off when calculating median of even numbers
|
|
[5 replies] Last: float getMedian(int getStudents, int* setMovies) { return 0.5 * ( ... (by lastchance)
|
by poohbear
debug for struct array
|
|
[1 reply] : Line 30: You cannot print div_info directly. Try something like c... (by coder777)
|
by ar2007
file .txt
|
|
[4 replies] Last: I will try to explain myself better. the problem is that even if impos... (by ar2007)
|
by MKKUER
Code Improvement
|
|
[2 replies] Last: using classes: 3 files {game.h, game.cpp, main.cpp} ///game.h #ifn... (by closed account SECMoG1T)
|
by stormbot
How to handle when there is no mode?
|
|
[2 replies] Last: There is never "no mode", @stormbot. It would lead to hopeless inconsi... (by lastchance)
|
by garza07
Prime Numbers
|
|
[3 replies] Last: If it works for everyone else but you're asking for help, I'm going to... (by zaphraud)
|
by sciman777
Problems setting up IDE
|
|
[9 replies] Last: Did you download the Code Blocks with a compiler or without one? Assum... (by Ganado)
|
by garza07
loops
|
|
[3 replies] Last: thank you for verifying <3 (by garza07)
|