can you """code out""" characters like the blocky ones like in the old games where the char is all blocky |
|
[3 replies] Last: Ohhhhhh..thx:))) (by closed account iz8p4iN6)
|
Yep I don't actually get classes and objects omg!!! (Pretty hard to get:() |
|
[3 replies] Last: Ok thx guys I think I got it :))) thx for helping:))) (by closed account iz8p4iN6)
|
by kelvin890123
hOW TO SEARCH STRING BEYOND STRING
|
|
[5 replies] Last: Here's a start in searching in strings: #include <iostream> #include... (by closed account E0p9LyTq)
|
by loni
Text to speech tool
|
|
[no replies]
|
by jhessiego
Input is not valid until y,Y,n,N is inputted
|
|
[4 replies] Last: #include <stdio.h> #include <ctype.h> int main () { char x = '\0'... (by closed account E0p9LyTq)
|
by BananaBoy
Nested Loops
|
|
[7 replies] Last: #include <iostream> #include <fstream> #include <string> #include <cc... (by closed account 48T7M4Gy)
|
by McLemore
Code Review of Hangman Game
|
|
[6 replies] Last: ...... and I've been recently updating and trying to write my code to... (by TheIdeasMan)
|
How to make a struct accept an initializer list |
|
[2 replies] Last: @Thomas1987 Thanks. This helps me a lot. (by Naughty Albatross)
|
by skadush
2D array of objects without double pointer
|
|
[15 replies] Last: @TheIdeasMan It is my first time using std::unique_ptr. Tell me if the... (by Naughty Albatross)
|
how to recompile dynamic libraries of qwt and qscintilla2 by linking it to static libraries of libQtCore.a and libQtGui.a |
|
[no replies]
|
by roots
Unknown override specifiers
|
|
[1 reply] : Move line 19 using namespace std; below line 2 #include <string> ... (by closed account E0p9LyTq)
|
by punani
bus seat reservation program
|
|
[5 replies] Last: "Studying" is one of the most important parts of learning a new langua... (by kevinkjt2000)
|
by EricKantana
The newline difference between text file and console
|
|
[4 replies] Last: Well, thanks. I'm little bit curious, what should i write when i want... (by EricKantana)
|
by shervin1373
loop
|
|
[1 reply] : Welcome to cplusplus.com! Please use code tags when posting code http... (by kevinkjt2000)
|
by roots
Number never found
|
|
[3 replies] Last: I see. I've got to work on thinking logically. I seem to make logic mi... (by roots)
|
by ghoalex
can someone translate this for me
|
|
[1 reply] : This is the Caesar encoding of uppercase and then lowercase characters... (by closed account 48T7M4Gy)
|
by MetalDesign
wierd output on input validation
|
|
[2 replies] Last: gotta love simple mistakes like that lol. thanks (by MetalDesign)
|
by WhatIf
Record Separator RS 30
|
|
[1 reply] : records += '\x1e'; or records += '\036'; or records += (char)30; ... (by helios)
|
by Joe1903
Macros in C
|
|
[5 replies] Last: Could you please provide me with main als well so I can search for a ... (by cire)
|
by aloz
Can't simulate a simple "clock"
|
|
[3 replies] Last: C++ provides access to several clocks in the <chrono> header, system c... (by closed account E0p9LyTq)
|