srand(); C++ question (1,2) |
|
[31 replies] Last: ..well you're my hero anyway :p (by Computer Hermit)
|
by Xilonian
Text file input question
|
|
[2 replies] Last: that worked. Turns out the loop was doing it for me. Let me try to fin... (by Xilonian)
|
by icegood
Composite type
|
|
[5 replies] Last: It's about the compiler coming up with a type when faced with conflict... (by Cubbi)
|
by int man
problem with "bytes.h"
|
|
[2 replies] Last: thanks you , sir :) (by int man)
|
by UndeadNexus
Multifile Compilations
|
|
[2 replies] Last: Thanks! (by UndeadNexus)
|
trying to create two consectutive #'s where one is either odd and the other even or vice versa |
|
[5 replies] Last: I made the changes suggested by the others and it appears to work for ... (by AbstractionAnon)
|
by DANNY123
A kind of math game
|
|
[2 replies] Last: it should be repeated and therefore there are many possible value of t... (by DANNY123)
|
Help with generic vectors |
|
[9 replies] Last: Wow, it works! Thanks a lot! I haven't learned structs yet though. I w... (by anderfernandes)
|
by Megatronica
Database searching function
|
|
[2 replies] Last: I recommend learning about basic program control flow and design first... (by ResidentBiscuit)
|
by jackbruns28
Totally confusing nested loop that uses blank/char patterns
|
|
[1 reply] : The hardest part here was to understand the question. If I interpret c... (by Chervil)
|
by beginner123
looking for simple/basic client server application
|
|
[6 replies] Last: i already looked at these tutorials and they didn't help (by beginner123)
|
by Josh Henry
wont read last line from file?
|
|
[1 reply] : There's something missing from the code above: [code firstline=40] //... (by Chervil)
|
by UndeadNexus
Implement all functions in the class
|
|
[4 replies] Last: Oh thank you. That did it. (by UndeadNexus)
|
by nullpointer
Object lifetime question
|
|
[1 reply] : When you push_back() , you are making a copy of what you pass into ... (by Stewbond)
|
by ausairman
How do safely add or subtract a number from an iterator?
|
|
[5 replies] Last: std::distance works out the distance between 2 iterators - you query... (by TheIdeasMan)
|
by zenniz
Alternative solution to put different int variable into one int array?
|
|
[1 reply] : int Array = {A, B, C, D} (by MiiNiPaa)
|
by ang1dust
Passing arrays
|
|
[5 replies] Last: i would be helpful if you could post your entire code so i can run it ... (by Yanson)
|
by zenniz
How to split the character in a variable into half?
|
|
[6 replies] Last: @SatsumaBenji One again. According to the C++ Standard 9.5 Unions... (by vlad from moscow)
|
by rohanshah1
linked list simple
|
|
[1 reply] : found out just had to add head = ptr; (by rohanshah1)
|
by Wnt2bsleepin
unresolved external symbol
|
|
[2 replies] Last: So, something like this? static sf::Sprite levelBase::getTile(Tile ... (by Wnt2bsleepin)
|