by NewUser404
Easy function for scaling a bmp image
|
|
[5 replies] Last: Install vcpkg: https://github.com/microsoft/vcpkg#quick-start-windows ... (by JLBorges)
|
by Notanormie
Cash register (1,2)
|
|
[28 replies] Last: Got it! finally! Thank you all so much! (by Notanormie)
|
Stream wav directly to audio speaker |
|
[1 reply] : SDL is more than what you're looking for, but it does provide cross-pl... (by newbieg)
|
by CVRIV
Having trouble adding spaces between characters in a string being built via a for loop.
|
|
[8 replies] Last: made a fairly strong push for favouring iterator based classical for ... (by seeplus)
|
by min01
C Language Bisection Method Algorithm;Midpoint (1,2)
|
|
[21 replies] Last: The bisection algorithm, if implemented correctly, always maintains Xl... (by lastchance)
|
by lindsayy
.
|
|
[3 replies] Last: https://stackoverflow.com/questions/1557894/non-recursive-merge-sort y... (by jonnin)
|
by CVRIV
I'm having trouble iterating through a const string.
|
|
[6 replies] Last: If using iterator, then auto is your friend. Also don't forget about .... (by seeplus)
|
by lindsayy
.
|
|
[5 replies] Last: t (by lindsayy)
|
by Wedde
Delete file with string variable
|
|
[18 replies] Last: I performed these operations but different way, the following method I... (by Devendra238)
|
by LuckyBatra
Issues with a header file
|
|
[3 replies] Last: You're less likely to get a response if you mark your post as solved, ... (by Ganado)
|
by batzot
c++ programming
|
|
[11 replies] Last: As a first revision, consider: #include <iostream> #include <string... (by seeplus)
|
by katesimon123
use of __cplusplus in python source
|
|
[5 replies] Last: The dirty sh!t dale14886 edited their post with spam. (by salem c)
|
by Petrus1234
arrays
|
|
[8 replies] Last: Using dynamic memory - if you really want - then possibly something li... (by seeplus)
|
by katesimon123
Make numbers in sequence
|
|
[5 replies] Last: :) :) Quite. In the OP there was no constraints mentioned (like using ... (by seeplus)
|
by Shervan360
All random number are the same in C
|
|
[4 replies] Last: The time() http://www.cplusplus.com/reference/ctime/time/ returns a ... (by keskiverto)
|
by hassan236
logical operators
|
|
[6 replies] Last: there is overlap between boolean algebra (true false) and sets. about... (by jonnin)
|
by Lacy9265
Linked List Help!! (Now have 23 errors with code) (1,2,3)
|
|
[43 replies] Last: @OP Needs to be completed but it doesn't bomb. Also note that by decou... (by againtry)
|
by JackLadYT
unhandled exception at 0x00EEFB5D in Project1.exe: 0xC0000094: Integer division by zero.
|
|
[17 replies] Last: L37 insert std::cout << "!" << word1 << "! !" << answer1 << "!\n";... (by seeplus)
|
by lrdbash
How to traverse through two 2d arrays to create a list
|
|
[3 replies] Last: Simply without functions/structs etc, consider: #include <iostream>... (by seeplus)
|
by BlueCOCO1
having trouble with program and setw()
|
|
[9 replies] Last: #include <iostream> #include <iomanip> // setw(11); using name... (by againtry)
|