by MatthewRock
Does order of declaration matter?
|
|
[3 replies] Last: structure fields are aligned to byte boundaries, i think msvc aligns t... (by Jaybob66)
|
by rizaado
How to forbid file replacing in fstream library for C++
|
|
[5 replies] Last: Thank you. (by rizaado)
|
by rizaado
POINTER VS VARIABLE
|
|
[10 replies] Last: So C++ is crippled for garbage collector. C++ gives you the power to... (by MikeyBoy)
|
by Galaxy7games
Any good C++ program creators? (like visual studio)
|
|
[7 replies] Last: +1 for visual studio. (by mutexe)
|
by Bleedz129
how to sum up two arrays together?
|
|
[4 replies] Last: > for example if we have array1 = {1,2,3,4,5} > and array2 ={2,3,4,0,7... (by JLBorges)
|
by janluca91
Problem while the object is being destroyed
|
|
[1 reply] : That's quite an ambitions data structure. A slightly different approa... (by kbw)
|
how to capitalize the letter after a space in an array? |
|
[2 replies] Last: Try this: 1. Check if the first token is the first letter in the line.... (by Snaksa)
|
by OniChan Kid
"stdafx.h" in visual studio vs file.h in DevC
|
|
[1 reply] : It includes whatever you put in it. (by cire)
|
by Bleedz129
How to flip a number
|
|
[5 replies] Last: It is enough to change only one statement i = 0; while(i<5) { Sum= ... (by vlad from moscow)
|
by gaspard
printing trash?
|
|
[4 replies] Last: My code works correctly. It is you who are even unable cimply copy and... (by vlad from moscow)
|
by Daufirson
data from file to array
|
|
[1 reply] : Maybe we could help if you gave us your code. (by closed account N36fSL3A)
|
by pholotic
Bad value result from operator= using objects
|
|
[6 replies] Last: Yeah... I see it now. :( Blinded by the light. Can't believe I missed... (by pholotic)
|
by Mr Puff
help me with void pointers
|
|
[7 replies] Last: line 10 -15 and how you pass paramets to that function I already show... (by kbw)
|
by matiz303
auto query
|
|
[2 replies] Last: thanks, Peter - got it (by matiz303)
|
by Bleedz129
Can we return a function in another function ?
|
|
[6 replies] Last: Foo. I thought this question was going to be about function pointers o... (by Duthomhas)
|
by Manvir Singh
How would you modify a header of any file? ex. mp3, exe, jpeg, etc
|
|
[3 replies] Last: You got it @naraku9333. I want to change the file header. I know you c... (by Manvir Singh)
|
by er4zox
Accessing class functions in a vector
|
|
[2 replies] Last: Without testing for ( auto &b : Bullet ) { if ( b->collision() )... (by vlad from moscow)
|
by zoran404
compiler is very slow
|
|
[19 replies] Last: I was referring to what DTSCode said, 250MB is the minimum for the ope... (by zoran404)
|
by superfury
PS/2 Controller both keyboard and mouse?
|
|
[8 replies] Last: I don't know the ARM architecture well enough to answer that question.... (by Computergeek01)
|
by mythreya
First-chance and Unhandled Exception in my code.
|
|
[10 replies] Last: oh ok (by closed account Dy7SLyTq)
|