by obeeey
How to put string into a struct?
|
|
[1 reply] : it looks like you read all of the file looking for head, and then read... (by jonnin)
|
by MrGoodCookie
Name lookup of 'i' changed for ISO
|
|
[4 replies] Last: Yes, it works now. Thank you guys so much! (by MrGoodCookie)
|
by roskee
unknown error while defining a constructor
|
|
[4 replies] Last: #ifndef GRAPHICS_H #define GRAPHICS_H #include <iostream> #include "... (by roskee)
|
by zydeholic
data type to use for dynamically changing number of items
|
|
[4 replies] Last: excellent, thanks. (by zydeholic)
|
by DellXT
How to Draw this in console window using C++
|
|
[3 replies] Last: Thanks! (by DellXT)
|
by javascripty
Trouble getting lambda to work correctly
|
|
[4 replies] Last: Peter87, thank you a lot. I really asked a stupid question and wrote a... (by Enoizat)
|
by zydeholic
need to convert single character to string for function call
|
|
[4 replies] Last: Thanks for all the effort you took in analyzing this. I just wanted t... (by zydeholic)
|
by AM111
unable to ru
|
|
[2 replies] Last: thanks! I had the files on a contentfolder . It works now (by AM111)
|
Number guessing game |
|
[10 replies] Last: Makes sense. I'm curious, but what was it before the edit? (by Satan)
|
by AM111
C++ error
|
|
[4 replies] Last: Thank you very much!!! It works now! (by AM111)
|
by seanderman
Sort Specific Column of 2D array
|
|
[1 reply] : Currently you sort only the first row. Since mincol is a copy you on... (by coder777)
|
by OshriMakk
Help with selection
|
|
[6 replies] Last: Thanks @kkeskiverto, @FurryGuy, @Handy Andy, (by OshriMakk)
|
help getting program to run until stop is entered and memory access errors |
|
[3 replies] Last: The first element in the array is the one at offset zero from the begi... (by mbozzi)
|
by JesusFreak43
Recursive Definition Clarification
|
|
[1 reply] : https://lmgtfy.com/ https://stackoverflow.com/help/how-to-ask (by TheIdeasMan)
|
by seanderman
Find Max of 2D Array: Finding value and index of largest element
|
|
[9 replies] Last: No, I'm saying return the "index" to the calling function and do any p... (by jlb)
|
by diggty66
clock - very incomplete, but trying to understand classes
|
|
[5 replies] Last: What I riginally wrote worked better in the short run but I changed be... (by diggty66)
|
by aliklz92
gettin the average
|
|
[5 replies] Last: oh i got it i just needed count++ after the loop, thanx guys (by aliklz92)
|
Do programmers write reports/essays? |
|
[1 reply] : I have hired good communicators who are adequate programmers, ahead of... (by Repeater)
|
by doulos24
how can I simplify this chess square program in a more c++ way?
|
|
[2 replies] Last: ya, I was thinking that could be another way after c++ 11. I need to g... (by doulos24)
|
by glasseater
Convert integer to roman numeral function
|
|
[1 reply] : Line 3: You can't nest one function (Roman) inside another (main). L... (by AbstractionAnon)
|