by SkunK
Console colors: background problem
|
|
[6 replies] Last: Yes it was, thanks!! =) (by SkunK)
|
by Catfish
Style questions
|
|
[5 replies] Last: int a, b, c; Initialization if necessary I like having a linker. Al... (by ne555)
|
by lostInCpp
Reading unicode characters
|
|
[3 replies] Last: If your *platform* has UTF-8 support, there is nothing special to do, ... (by Cubbi)
|
by Jordan C
Graphics in functions
|
|
[6 replies] Last: After I changed the file path, it still had the gray block. (by Jordan C)
|
Are Multidimensional Arrays Faster Than Multidimensional Vectors? |
|
[3 replies] Last: I don't think there should not be too much difference. Maybe you didn'... (by hamsterman)
|
by Sternenfisch
Sort odd & even and display ascending/descending
|
|
[3 replies] Last: You are going beyond arrays index limits in lines 101, 93, 77 & 62. Li... (by tfityo)
|
by alphawolf7
Xcode does not create file
|
|
[3 replies] Last: Thank you so much! It worked perfectly!!! (by alphawolf7)
|
by cilion
GUI Library?
|
|
[4 replies] Last: I assumed he meant widgetry (pushbuttons, edit boxes, listboxes, etc) ... (by Disch)
|
by ElectroRich
Trying to open and read a file.
|
|
[6 replies] Last: Or you could do it like: #include <iostream> #include <string> #inclu... (by Lynx876)
|
by derivedfromX
Pointers
|
|
[4 replies] Last: A pointer is a variable in itself. It's value is an address in memory,... (by closed account zb0S216C)
|
by yyoni69
question about getchar()
|
|
[5 replies] Last: Ahh sorry, that was c++. Being a c++ forum and all... lol (by Lynx876)
|
by Croolsby
Can't figure what's causing this error.
|
|
[2 replies] Last: Ok, that fixed it. Thanks. (by Croolsby)
|
by cosmo
Calling a class function within a struct causes access violation
|
|
[2 replies] Last: Thanks, I found the problem. I was calling setup_arm before I had set ... (by cosmo)
|
by ForeignCurs
Array not correctly deleted?
|
|
[18 replies] Last: I'm wholly open to suggestions that are also constant in time to acces... (by ForeignCurs)
|
by Palestina
declaration for array of objects
|
|
[2 replies] Last: Thank u very much Peter87 it solved my problem. i think i must read mo... (by Palestina)
|
by nicklapp
Int function returns null without waiting for user input for scanf
|
|
[2 replies] Last: Ah Thanks that let me fix it by adding another getchar() to account fo... (by nicklapp)
|
Practical console applications |
|
[3 replies] Last: Ok so I was wondering, can I write anything actually useful that runs... (by Moschops)
|
by CSStd
Standard library classes' implementation?
|
|
[2 replies] Last: The answer to all of that depends on who supplied your compiler and w... (by CSStd)
|
by radit91
Class function call fail
|
|
[3 replies] Last: Thank you for you explanation. (by radit91)
|
by jayden118
HELP: can't perform divide math function
|
|
[3 replies] Last: Thank you guys..i will work on it.. :) (by jayden118)
|