by Deadlines
By Vector loop skips odd numbers
|
|
[8 replies] Last: Finally I finished it, i realised now that i needed another vector in ... (by Deadlines)
|
by GigaMuff
Range Based for loop help
|
|
[6 replies] Last: Thanks! Duoas. There are a lot of things i haven't covered in your p... (by GigaMuff)
|
by Gabbs12
Help
|
|
[11 replies] Last: As kemort suggested, the solution is to use a data structure and an ... (by AbstractionAnon)
|
by adam2016
heap memory
|
|
[1 reply] : [quote=adam2016]int number = new int ; // why is this not valid? You ... (by closed account E0p9LyTq)
|
by MultiMedia
How is it possible to allocate a 2D array on the heap?
|
|
[4 replies] Last: > It is also possible to do it directly in C++11: > http://stackoverfl... (by ne555)
|
by adam2016
trying to find smallest index
|
|
[3 replies] Last: int findSmallest(int ray ,int size) { int smallest = ray ; int... (by AbstractionAnon)
|
by codetojoy
if, else statements
|
|
[2 replies] Last: http://en.cppreference.com/w/cpp/language/statements if is a "selec... (by closed account E0p9LyTq)
|
by TexasMike
Outcome not as expected
|
|
[2 replies] Last: I removed the single quotes around the variable names. I also noticed... (by TexasMike)
|
by Abhi589
Function not defined in this scope
|
|
[9 replies] Last: Try it, you won't do any damage to anything but it's not good programm... (by closed account 48T7M4Gy)
|
by Abhi589
Banking problem
|
|
[3 replies] Last: If you haven't learned about vectors then you might have learned about... (by closed account 48T7M4Gy)
|
by adam2016
finding smallest number to no avail
|
|
[11 replies] Last: Best tutorial on insertion sort: https://www.youtube.com/watch?v=i-SKe... (by Arslan7041)
|
by h4ever
How to declare array of strings & types <C++11
|
|
[16 replies] Last: I'm not sure what more you want here. There have been solutions to you... (by MrHutch)
|
by ephraimr
Good voice recognition library for c++?
|
|
[1 reply] : Windows 10 has "Cortana" as voice regonition system and it is really g... (by closed account 48bpfSEw)
|
by dmacfang8
Can Someone Tell Me What These Numbers Say
|
|
[5 replies] Last: 11610497116391153299114117101108 (by shadder)
|
Can't display average value, returns "nan(ind)" or "0" |
|
[5 replies] Last: The 1000000 is just a large enough number that is adequate for our pur... (by JLBorges)
|
by JamieXX
Array Question
|
|
[3 replies] Last: http://www.cplusplus.com/doc/tutorial/arrays/ Have a look at this tut... (by closed account 48T7M4Gy)
|
by FeelGoodRy
Basic Console Application
|
|
[3 replies] Last: Make sure you use the correct variables at the correct positions in th... (by Peter87)
|
Help me find a median, median grade Lab |
|
[1 reply] : http://www.cplusplus.com/forum/general/192612/ (by closed account 48T7M4Gy)
|
by opfball91
Accessing chars in a string
|
|
[2 replies] Last: http://www.cplusplus.com/reference/cctype/isalpha/?kw=isalpha (by closed account 48T7M4Gy)
|
by azngamer
Coverting Decimal to Binary, Hex, Octal
|
|
[1 reply] : Looks like you need to create 5 functions that do the required convers... (by jlb)
|