string to int help?How do you convert a string to an int (like "842" would become 842), and how would you check if a st...
Backspace printing?Oh yay, thanks it works :) [code]#include <stdio.h> // printf #include <unistd.h> // for the sleep...
Backspace printing?Hello, I was just bored and wanted to do some text replacing stuff. Here's my code: [code]#inclu...