by Oponn
Altering an array in a class
|
|
[no replies]
|
by mazaret
getline function
|
|
[3 replies] Last: Here! Try this! string holdLetters; // Initially = to "" char v; ... (by keanedawg)
|
by Gyiove
fread & fopen with multithreading
|
|
[1 reply] : The readers are not guaranteed to get uncorrupted data while the write... (by JayhawkZombie)
|
by hellasenpai
Why am I getting huge integers as the output for my code?
|
|
[1 reply] : If a < bignuma and b < bignumb then bigger won't get set to anythin... (by dhayden)
|
by A19S86R
need a little assist with small bump in the code!
|
|
[3 replies] Last: Change the while loop to a for loop. It will make the code clearer. A... (by dhayden)
|
by rabster
How do games manage this?
|
|
[1 reply] : They run different threads of execution. It's like running multiple pr... (by dhayden)
|
by moGo
Square formula.
|
|
[1 reply] : It looks like there are two parts to this question. The first is a fai... (by Chervil)
|
by V07
Searching for a file in the computer[closed]
|
|
[5 replies] Last: Hi everyone, First of all thank you for your replies.I hope... (by V07)
|
by turtlesavage
How to create application/game with online capabilities?
|
|
[1 reply] : http://gafferongames.com/networking-for-game-programmers/ Note that h... (by Moschops)
|
by mzulf
sequence for arduino
|
|
[7 replies] Last: The comment in the code states: // put your main code here, to run re... (by Chervil)
|
by AcarX
Server design patterns
|
|
[no replies]
|
by mike9407
using of static cast and dynamic cast
|
|
[4 replies] Last: why u keep ask me google? Because you're basically asking us to re-... (by MikeyBoy)
|
by PacR
How to allocate space for 3D plane?
|
|
[1 reply] : I think you should read this first. http://www.cplusplus.com/forum/beg... (by Thomas1965)
|
by Terribad13
Reading 2 arrays and output from big to small
|
|
[1 reply] : for each position pos in [ 0, els ) set bigger <- larger_of( a ... (by JLBorges)
|
by AcarX
Inserting byte array using operators
|
|
[1 reply] : #include <algorithm> #include <initializer_list> #include <iostream> ... (by cire)
|
by bktolbert
change mixture of upper and lowecase
|
|
[1 reply] : Read the file into a string (or a vector of strings) and convert the s... (by kbw)
|
by leel00
problem reading from a binary file
|
|
[1 reply] : This is just part of my code I suspect there are a number of errors,... (by Chervil)
|
Undefined behaviour? |
|
[7 replies] Last: This has to do with the defect in the standard where the set of charac... (by Cubbi)
|
Need help with simple IO of a text file |
|
[6 replies] Last: That made it work. Thanks! (by closed account 9yq5oG1T)
|
by technologist
constant keyword question
|
|
[1 reply] : > use the constant keyword with c-style strings Use the constant key... (by JLBorges)
|