by Omega11
Help in Deleting a Record
|
|
[4 replies] Last: Hey thanks! i figured this out by your first comment, even though it s... (by Omega11)
|
by noobtutor
Yet another Nim question
|
|
[4 replies] Last: lsk asks: EDIT : Why the second code you don't place it in code tag =.... (by noobtutor)
|
by neel3123
c++ store program
|
|
[1 reply] : You could just make a public function called "sell" or something like ... (by discofire)
|
by SVcpp
Help with static cast
|
|
[2 replies] Last: That's why I'm asking other people. It didn't I was just trying someth... (by SVcpp)
|
by Yeech
Incorrect calling of function
|
|
[2 replies] Last: Nowhere. Just in the function prototype. Declaring int nbrOfRows in... (by Yeech)
|
by R2BeepBooop
Random Number repetition with 'for' loops.
|
|
[2 replies] Last: It worked! Thank you so much! Makes sense too haha. Thank you again, m... (by R2BeepBooop)
|
by dlundy1
Array not Passing Parameter to function Main()
|
|
[1 reply] : If you want any of the changes made inside your function to be reflect... (by jlb)
|
by hamza3103
convert character integers to integers
|
|
[3 replies] Last: You could use atoi http://www.cplusplus.com/reference/cstdlib/atoi/ (by Codermik)
|
by SVcpp
HELP with line 47-49 of my code?
|
|
[9 replies] Last: @SVcpp A double equals, is used to check if variable one 'IS EQUAL TO... (by whitenite1)
|
by SVcpp
Help with if statement
|
|
[2 replies] Last: Merely adding header for std::string does not solve the problem. The ... (by keskiverto)
|
by Slashdash
C++ Doesn't calculate decimals.
|
|
[5 replies] Last: Okay, i will definitely start using the code tags. Apperantly i'm doub... (by Slashdash)
|
by Slashdash
How would you go about making an age calculator?
|
|
[1 reply] : please don't duplicate your question (even the first one was more clea... (by JewelCpp)
|
by ajc5212
Errors in Program
|
|
[1 reply] : You forgot to include <string>. (by Peter87)
|
by DomBavetta
Passing object by reference
|
|
[4 replies] Last: Ahh that worked, I tried that earlier but I mixed up the uses of * and... (by DomBavetta)
|
by JasonMcG
Prime Numbers
|
|
[4 replies] Last: Cool thanks! (by JasonMcG)
|
by rayRase
2d Array and File Handling
|
|
[2 replies] Last: Well wont it read as a string? Ideally, I want to assign a variable of... (by rayRase)
|
by Dan Feerst
memory mapping
|
|
[5 replies] Last: Regarding the second snippet: int32_t is a type that is guaranteed t... (by AbstractionAnon)
|
SFML Text not Displaying? |
|
[4 replies] Last: Thank you so much! I'm on a Mac, so I had to do it manually, but the c... (by closed account j1CpDjzh)
|
by jovian
Help ! please
|
|
[10 replies] Last: Are you looking to make this a graphical application, or something tha... (by discofire)
|
simple typedef definiton |
|
[2 replies] Last: > how do you define an alias for the type of a const pointer to const ... (by JLBorges)
|