|
by SmOgER
how to assign characters with empty spaces into single string
|
|
|
|
[11 replies] Last: Managed to fix this by ending line before reading chars with in.ignor... (by SmOgER)
|
| __TIME__ !change value |
|
|
|
[1 reply] : __TIME__ is a string literal in the form "hh:mm:ss" containing the tim... (by AbstractionAnon)
|
|
by GoranGaming
No Value-command?
|
|
|
|
[8 replies] Last: If you find the question answered, you should mark the thread as solve... (by Marcos Modenesi)
|
| program suddenly stops working |
|
|
|
[1 reply] : What is the initial value of numItems ? (by Chervil)
|
|
by HSflower
swapping parts of an array around
|
|
|
|
[8 replies] Last: @Cubbi What I'm trying to lead to is that if the program operates in... (by vlad from moscow)
|
| [SOLVED] Leaking memory |
|
|
|
[4 replies] Last: Thank you all for your answers. Very helpfull. (by Marcos Modenesi)
|
|
by piczim
Error messages
|
|
|
|
[1 reply] : The messages mean what they say. Here switch(inputamount) should be... (by Chervil)
|
|
by GoranGaming
Weird and Unwanted Error!
|
|
|
|
[14 replies] Last: No. I think I read somewhere that it is not necessary, but I still alw... (by GoranGaming)
|
|
by SeeCwriter
lvalue compile error
|
|
|
|
[2 replies] Last: I originally had *ch |= mask; and the compiler complained about an i... (by SeeCwriter)
|
|
by R10111001
Problem with for loop in member function
|
|
|
|
[2 replies] Last: Thank you for your quick reply, you are completely right. I can't beli... (by R10111001)
|
| Confused about what a template dose |
|
|
|
[3 replies] Last: Templates enable code reuse, by allowing a function or class to work w... (by nkendra)
|
|
by Isengardium
Calculator
|
|
|
|
[1 reply] : Sorry, just figured it out! (by Isengardium)
|
|
by DrZoidberg
String or int as part of variable name
|
|
|
|
[18 replies] Last: No worries - glad you managed to find the problem. (by MikeyBoy)
|
|
by cwithclasses
Error: expected unqualified-id before '{' token
|
|
|
|
[2 replies] Last: What pebble said, then remove the semi-colon from the end of line 4. (by Jaybob66)
|
|
by Nuno Santos
Reading some lines with diferent variables
|
|
|
|
[12 replies] Last: Hi... Sorry for the late reply. Thanks all for your help. I already... (by Nuno Santos)
|
|
by Himansh
How to change returntype of function during runtime?
|
|
|
|
[7 replies] Last: @andywestken Thanks for your precious advice. :) -Himansh (by Himansh)
|
|
by SuperKXT
4 Variable K-Map Simplifier Problem
|
|
|
|
[2 replies] Last: Thanks for the response. - I will do that. - Cant make a loop as far ... (by SuperKXT)
|
| Help with fscanf() |
|
|
|
[6 replies] Last: I'd like to point out that since you are using C++, you shouldn't be m... (by Duoas)
|
|
by Blank
adding two random numbers..
|
|
|
|
[1 reply] : quite a relevant example here: http://www.cplusplus.com/reference/cstd... (by mutexe)
|
|
by Eufonious
Reading txt file in to an char* array.
|
|
|
|
[10 replies] Last: I didn't log in in the weekend, so you might have completed it. Here i... (by tath)
|