by AandR2024
Need ideas.
|
|
[1 reply] : -Modify it so it's easily readable. -Modify it to ask some of the same... (by Phil123)
|
by scout51
Identify Items in the code
|
|
[5 replies] Last: Thanks so much guys for your input. (by scout51)
|
by AlitCandle
Array help
|
|
[3 replies] Last: :) (by Phil123)
|
by ainhoss07
Cannot take multiple string inputs in an infinite loop.
|
|
[5 replies] Last: http://cplusplus.com/reference/clibrary/cstdio/fflush/ if it was open ... (by ne555)
|
by PhonyWizard
Overhead involved in searching a vector?
|
|
[2 replies] Last: Ah, this sounds great; thank you, sir. (by PhonyWizard)
|
by Riches321
Pokemon C++ help.
|
|
[6 replies] Last: About movement, you should handle your WM_KEYDOWN and WM_KEYUP message... (by S G H)
|
by JoelGuru
Arrays and nested for loops
|
|
[8 replies] Last: Thanks a lot of the help, guess i can move on with formatting the outp... (by JoelGuru)
|
by tableforone
Going beyond basic text based functions?
|
|
[2 replies] Last: Well. There are many libraries in the internet offering functions, suc... (by eraggo)
|
by Fransje
Passing by Reference
|
|
[5 replies] Last: @Fransje: Sorry I changed it from a '*' to a '&' (by Script Coder)
|
by BR41NFCK
Function of unknown or union type
|
|
[9 replies] Last: Here is a working example by analogy with the example in the message a... (by vlad from moscow)
|
How Should the std::initializer_list Be Passed to a Function? |
|
[3 replies] Last: It's not an array, it's a view. A pointer and a size or two pointers. ... (by Cubbi)
|
SFML1.6 to 2.0 |
|
[13 replies] Last: @ResidentBiscuit Did the threads Laurent pointed you to suggest if thi... (by naraku9333)
|
by Solarmew
Creating a dynamic array and sending it to a function.
|
|
[19 replies] Last: yeah, so i definitely messed up my algorithm >.< would anyone like to ... (by Solarmew)
|
Functions with pointers to arrays of arrays |
|
[8 replies] Last: Sorry it's taken me so long to reply here, I've been busy/frustrated. ... (by Commisar Jimp)
|
by omgcplusplus
Creating a monetary conversion program
|
|
[5 replies] Last: hello Script Coder, Thanks for the heads up, I did as you suggested b... (by omgcplusplus)
|
by Blessman11
running cmake from terminal
|
|
[4 replies] Last: Alice To run cmake from the terminal, you type cmake in a terminal. ... (by ne555)
|
Reference arguments in ellipsis |
|
[9 replies] Last: Thank you! That's exactly what I was looking for :] (by closed account DGvMDjzh)
|
by Digiza
Random Number with Weight
|
|
[2 replies] Last: Couldn't you just use a switch or if else nesting? (by Callum5042)
|
by rithan
need to calculate total volume of the sphere at the end
|
|
[4 replies] Last: 4/3 In C++, that equals one. Try 4/3.0 (by Moschops)
|
by fen
How to use mathematical expression in string format as a function
|
|
[2 replies] Last: Parsing can be an ugly process, and kind of frustrating. I think regex... (by ResidentBiscuit)
|