by kmb828
how to get a file name with a part of the file name?
|
|
[7 replies] Last: [quote=andywestken]Would it be better to use is_directory() rather tha... (by cire)
|
by bruntmjust
C Linked Lists
|
|
[no replies]
|
by Dominic4774
How does this not work?
|
|
[10 replies] Last: Thanks (by Dominic4774)
|
by Retrokin
Class error
|
|
[2 replies] Last: I fixed it, all I needed to use was an initializer list. Timer() : p... (by Retrokin)
|
Compiling SFML with cmake |
|
[8 replies] Last: It crashes when using any type of SFML. I'll post on the SFML forum to... (by Jonas Wingren)
|
by Ch1156
How to output a string in random order
|
|
[16 replies] Last: so now you have to figure how to exit the game_loop or wut @.@ just a... (by tntxtnt)
|
Class help |
|
[1 reply] : The syntax is int pInfo::car :: GetHealth() const { ... } how wou... (by cire)
|
by HSflower
Returning arrays
|
|
[1 reply] : Functions may not have return type of an array (though they may return... (by vlad from moscow)
|
by DrNio
Reading text line and extract integer from each line
|
|
[1 reply] : The functions mentioned could be useful. Perhaps strrchr and atoi migh... (by Chervil)
|
by tivanenk
Problem with this Str-to-Int?
|
|
[18 replies] Last: What about this: int iChangedNumber = 0; int length = Number.... (by Chervil)
|
How do i display output of whole program in center of console app window? |
|
[1 reply] : ncurses ¿why do you care? (by ne555)
|
by sakonpure6
ofstream writing deletes every thing!
|
|
[1 reply] : The way I did it is just re-save all the scores.. you're gonna have to... (by DrZoidberg)
|
by damian519
Simplfy If and If else statements with vectors
|
|
[3 replies] Last: I still don't understand, but can someone please guide me there? Like ... (by damian519)
|
Keeping console open, "recommended way"? (1,2) |
|
[21 replies] Last: cin.ignore() did the trick! I did indeed have a hanging newline, th... (by StevetheHunter)
|
by animus
C++: Reading and Sorting Binary Files (1,2,3)
|
|
[40 replies] Last: Well, it seemed to me that you are interested in listening, I can rapi... (by Chervil)
|
by elijahcwl
Assignment
|
|
[3 replies] Last: i don even know how many classes and objects do i need because once i ... (by elijahcwl)
|
How to practice in specific area of programming? |
|
[1 reply] : These things are core concepts to programming in many languages, most ... (by LB)
|
by incxx
Errors in my program
|
|
[9 replies] Last: thank you so much for your help. I got it to work :) (by incxx)
|
by tina123
generate a sequence of numbers from an array
|
|
[3 replies] Last: int index = std::rand() % 100; int row = index / 10; int column = ind... (by vlad from moscow)
|
by eman2013
class work help
|
|
[7 replies] Last: > could you just explain where some of my code went wrong. please I'v... (by JLBorges)
|