by Jaicerri1
Deck of cards array
|
|
[no replies]
|
by vysero
What is this variable?
|
|
[2 replies] Last: https://msdn.microsoft.com/en-us/library/dybsewaf.aspx It allows you t... (by salem c)
|
by wirelesskill
Formatting help please
|
|
[5 replies] Last: No problem! I kinda suspected that might have been the bit you'd forg... (by MikeyBoy)
|
by quickjuug
Error when building project
|
|
[3 replies] Last: Show us your new code - properly formatted with code tags - and tell u... (by MikeyBoy)
|
by redfury
Can I put ASCII Values in an char array? If yes then how
|
|
[3 replies] Last: there is nothing magic about char. char c = 32; //c is now a space. d... (by jonnin)
|
by hulkpep58
ayuda codigo mio
|
|
[1 reply] : What problems do you have? (by kbw)
|
by wirelesskill
Help with printing histogram
|
|
[2 replies] Last: One of our conditions is to use for loops. I was thinking along the l... (by wirelesskill)
|
by SpookSpore
replacing variables in function with an array
|
|
[2 replies] Last: Hello SpookSpore, PLEASE ALWAYS USE CODE TAGS (the <> formatting bu... (by Handy Andy)
|
by yellowfox
Float type output have some issues
|
|
[2 replies] Last: Oh right,my bad. Thank you very much ^-^ (by yellowfox)
|
std::move: What happens with old object reference? |
|
[1 reply] : Yes the old vector will be valid but in an unspecified state. See: ht... (by coder777)
|
by detro
vector and random numbers on c++
|
|
[1 reply] : It should be more like this. You need to call srand only once (before ... (by tpb)
|
by moemooz
Input digit extraction and manipulator
|
|
[1 reply] : The key is to process these as strings, not integers. Then you can tur... (by jonnin)
|
by wirelesskill
Multiplying matrices by vectors FORMATTING
|
|
[1 reply] : maybe something like for all the rows { for all the columns in matrix... (by jonnin)
|
Graphs question |
|
[1 reply] : temp.adj.push_back( neighbors ); neighbors ; there's no such v... (by Repeater)
|
by kdrewes
Working w/ Vectors
|
|
[5 replies] Last: Thank you JLBorges, much appreciated. (by kdrewes)
|
by ciclochem
Need help to correct these Program
|
|
[1 reply] : Hello ciclochem, You should take a look at these: http://www.cpluspl... (by Handy Andy)
|
by wirelesskill
Help with populating an array
|
|
[5 replies] Last: Facepalming really hard right now! Thank you both so much! (by wirelesskill)
|
by chunsae1379
using <cin> and <getline> successively makes the computer skip some part of a script
|
|
[1 reply] : The stream extractors >> typically leave trailing whitespace (which ... (by salem c)
|
by warcia
Screensaver problem
|
|
[1 reply] : Also here -> https://cboard.cprogramming.com/cplusplus-programming/176... (by salem c)
|
by nowy20180820
Sorting a file
|
|
[4 replies] Last: What is wrong in this code ? The biggest problem is that you posted... (by tpb)
|