by Dysxqer
What is wrong with this birth year finding application?
|
|
[2 replies] Last: Thanks a lot. Didn't know that :D All working now (by Dysxqer)
|
by Locane
Variable name extrapolation
|
|
[4 replies] Last: FWIW the preprocessor has a stringize token. Off the top of my head I... (by jsmith)
|
by tomob57
Class member function does not accept another class as an argument
|
|
[7 replies] Last: Thanks I'll see if I can make that work. (by tomob57)
|
by turke
Radnom Number Generator
|
|
[8 replies] Last: The % operator returns the value 'thats left', eg 8%3=2 (because 3*n+2... (by Scipio)
|
by Idanwin
Another "Press Enter to continue"
|
|
[8 replies] Last: Or, you can stop being a lazy slob and just open a goddamn console . ... (by helios)
|
by abm
undefined reference
|
|
[5 replies] Last: Right Thanks. (by abm)
|
by TParis23
Bad ptr when reading from text file
|
|
[2 replies] Last: fscanf like scanf needs the ADDRESS of the variable. e.g. int ... (by guestgulkan)
|
by KBakerSR
loading a file into a vector?
|
|
[4 replies] Last: alright, that worked. Thank you very much. (by KBakerSR)
|
by Inks04
Im not understanding the loop
|
|
[1 reply] : Start here: http://www.cplusplus.com/doc/tutorial/control.html (by airowe)
|
by ozziehazz
opposite bool compare output, why?
|
|
[3 replies] Last: What's wrong with NOT? std::string has operator== overloaded, so you ... (by helios)
|
by oren22a
i have problem with array.
|
|
[1 reply] : Not like that. float *items=new float ; Don't forget to free it af... (by helios)
|
by hamsterman
How to read text from console?
|
|
[4 replies] Last: If you are on Windows, you can also use the ReadConsoleOutput () func... (by Duthomhas)
|
by ozziehazz
Counter in Array / Comparison?
|
|
[1 reply] : This code was mostly made by my friend but maby you can get some ideas... (by SioS)
|
by airowe
Procedure to swap values
|
|
[19 replies] Last: Fascinating. I've no fear: g++ -O6 foo.cpp -S on the following ... (by jsmith)
|
by tukuniata
can get int but not string
|
|
[5 replies] Last: Yes. The strings dad, mam, onkle, tante are all default constructed t... (by jsmith)
|
by masiht
program runs for a second
|
|
[5 replies] Last: cin.get() reads a character from cin http://www.cplusplus.com/refer... (by Bazzy)
|
by mrm
Incrementing sign and lines
|
|
[5 replies] Last: You could also start with a string initialized to "*", perform the out... (by seymore15074)
|
by borok
c++
|
|
[5 replies] Last: In XCode, pressing Apple+Y will run your application in debug mode. If... (by Lodger)
|
by turke
#include ?
|
|
[2 replies] Last: ty =) (by turke)
|
by f ben isaac
How Can I Make an .exe File Out an .exe? - C/C++
|
|
[2 replies] Last: no helios! this is just an idea, i'm aiming for more interesting progr... (by f ben isaac)
|