by jamesfarrow
spaces insetred into string
|
|
[2 replies] Last: lol cheers! sorry it has been a very long day. You know when you get a... (by jamesfarrow)
|
by leardfazliu
Why cant output Hello world
|
|
[10 replies] Last: I'd like to recap. 1. You want the program to start storing "values" ... (by mpark4656)
|
by MattBess
marshal_as undefined VS 2015
|
|
[2 replies] Last: Ah yeah I finally figured that out, haven't worked with a gui in a whi... (by MattBess)
|
by ADVANCESSSS
How's my progress going, good?
|
|
[13 replies] Last: Ok, all I still want to know that's left now is what Gibsrey meant by ... (by ADVANCESSSS)
|
by code writer
Please help me fix this
|
|
[3 replies] Last: thanks a lot! @sasauke & JL Borges (by code writer)
|
by noaboa
Best way to check two numbers in a 3x3 box
|
|
[8 replies] Last: It's MUCH faster to use a bitset for this: // Find the first duplicat... (by dhayden)
|
by Jeff Ekaka
Trying to Write a Bruteforce Program
|
|
[no replies]
|
by elaleph
std::cin misunderstanding
|
|
[6 replies] Last: thanks, guys! I was entering more than one word. (by elaleph)
|
by nsganon101
Trying to make a factorial program
|
|
[11 replies] Last: thank you guys so much. I've never had this much progress when learnin... (by nsganon101)
|
by Martini123
Translation of python to C++
|
|
[3 replies] Last: Here is an idea, go to youtube and google, type c++ map tutorial, and ... (by TarikNeaj)
|
by nsganon101
Can't figure out why I'm getting errors
|
|
[4 replies] Last: oh my god I feel like an idiot! (by nsganon101)
|
by xx1182
Why const int* is not constant?
|
|
[1 reply] : it's because pointer is not constant, only value is constant in your c... (by codekiddy)
|
by rabster
Templates confusion
|
|
[10 replies] Last: @naraku Yes, unfortunately it will work only for types explicitly inst... (by codekiddy)
|
by C0D3FR3AK
Mathematical Issue From Compiler?
|
|
[5 replies] Last: Problem solved! Thanks for everyone's help. This is by FAR the best C+... (by C0D3FR3AK)
|
by JohnDoe321
c++ Structures export data for specific name, country, last name
|
|
[3 replies] Last: It should be OK. Doesn't it work? (by koothkeeper)
|
by DeathLeap
unsigned and signed values
|
|
[8 replies] Last: #include <iostream> int main() { long aLong = -1; std::cou... (by closed account E0p9LyTq)
|
by shaluka
Cannot write struct data to a file
|
|
[9 replies] Last: If you want to have a random access file your records need to have a f... (by Thomas1965)
|
by leardfazliu
if(cin c) - error
|
|
[3 replies] Last: firstly i would ask what is the purpose of your code, what are you try... (by andrewllewop)
|
by rabster
Function won't write out whole array.
|
|
[1 reply] : I don't know what you need the class for, but you can take the arrays ... (by cire)
|
by astivers1503
Starting with C++ and Tic Tac Toe
|
|
[2 replies] Last: Here is my code for Tic Tac Toe: #include <iostream> #include <ioma... (by Stalker)
|