|
by ShLuBsTeR
How can i store 3 different values in a single datatype?
|
|
|
|
[1 reply] : Create a struct or a class with two integer data members, or you can u... (by Peter87)
|
|
by Trowen
Constants
|
|
|
|
[1 reply] : Yes, just like any other variable. However it is best practice to do d... (by Mobius1)
|
|
by welsh4evr
Error C3767 candidate functions not accesible
|
|
|
|
[6 replies] Last: i thought that because the functions Setfloat and Setchar were public ... (by welsh4evr)
|
|
by Rascal
Accessors
|
|
|
|
[2 replies] Last: Thanks so much for the explanation and coming back to me so quickly. A... (by Rascal)
|
|
by enemy
web photos
|
|
|
|
[2 replies] Last: Hello! I wrote twice to Lounge but it does not accept! What should I d... (by enemy)
|
|
by fagyi
data verification
|
|
|
|
[3 replies] Last: If an integer is better for the job, why are you trying to feed it a f... (by cire)
|
| Debugging via console compilation |
|
|
|
[1 reply] : Have you looked at gdb? Aceix. (by Aceix)
|
|
by atticus880
Reading line by line from Binary file
|
|
|
|
[2 replies] Last: And pls state any errors the compiler/linker is giving you. Aceix. (by Aceix)
|
| multithreading with timer in visual C++ |
|
|
|
[no replies]
|
| Why isnt my code working? |
|
|
|
[10 replies] Last: Thank you gentlemen for your help. this is my final code : #include ... (by Dilliwala Wella)
|
|
by oscar777
Application which runs your program with multiple user defined parameters
|
|
|
|
[1 reply] : launch.bat: myCoolProgram.exe first_parameter second_one > Out1.txt my... (by MiiNiPaa)
|
|
by sushiroll
Carpeting cost program.
|
|
|
|
[no replies]
|
|
by uzferry
PC guesses a number in 3 tries
|
|
|
|
[2 replies] Last: I managed to push them back somehow but that doesn't solve anything, I... (by uzferry)
|
|
by sakonpure6
How to output a pattern
|
|
|
|
[2 replies] Last: There are many ways to do the task. For example #include <iostream>... (by vlad from moscow)
|
| why return reference to local variable works? |
|
|
|
[13 replies] Last: @]Andy Zehn An object of type std::string keeps its data in dynamic... (by vlad from moscow)
|
|
by mksakeesh
"Segmentation fault (core dumped)" error
|
|
|
|
[4 replies] Last: thank you I missed to allocate memory (by mksakeesh)
|
|
by imulsion
File I/O problem
|
|
|
|
[8 replies] Last: Thank you so much for all your help :) I am such a noob at c++ so I ap... (by imulsion)
|
|
by Banshee1
Lottery Problem
|
|
|
|
[no replies]
|
|
by Daleth
Unsigned narrowing to int
|
|
|
|
[3 replies] Last: Yes, size() is the function. And constexpr is a (single) keyword ... (by JLBorges)
|
|
by Hillcyd
Class Structures
|
|
|
|
[10 replies] Last: You rock ! That was it . Thank a million ! (by Hillcyd)
|