-lR and -p Unix commands |
|
[2 replies] Last: They are not commands but flags. (by ne555)
|
by beginner1432
Please help me !!!
|
|
[6 replies] Last: i know that but becouse i haven't practice it to much i'm doing mistak... (by beginner1432)
|
by rduckett91
explain please!
|
|
[3 replies] Last: thank you i just didnt read the question carefully and I was thinking ... (by rduckett91)
|
by lmsmi1
Console Applications
|
|
[14 replies] Last: So I'm making a game. Is there a way to move the character on the scre... (by lmsmi1)
|
by mikeecb
Alarm Clock Program
|
|
[4 replies] Last: You could try strptime http://linux.die.net/man/3/strptime to conve... (by mik2718)
|
by AMCerasoli
Game Programming | What library should I use? (1,2)
|
|
[20 replies] Last: @everyone talking about dev-c++ About time someone did! (by kaseron)
|
by masso912
Matrix function pointer problem.
|
|
[3 replies] Last: I said already that you need no a pointer to the matrix. typedef void... (by vlad from moscow)
|
by xzbit
if statement
|
|
[2 replies] Last: yes..thank you (by xzbit)
|
by codeblock
10 digit multiplication
|
|
[4 replies] Last: Use a bigNum library written in C. (by Moschops)
|
by tropicaljava
when to use copy constructors
|
|
[9 replies] Last: YES you are right I will edit my previous post . (by gtkano)
|
by aizen92
Updating C++ Compiler in Mac
|
|
[2 replies] Last: Ohh, Okay Thanks JLBorges (by aizen92)
|
by qwertyiop
Problem with derived classes
|
|
[3 replies] Last: The problem is you're including base.cpp multiple times. Once in ma... (by AbstractionAnon)
|
by mikeecb
Multiply integer within string array
|
|
[9 replies] Last: @mikeecb it works because u subtract ASCII code for '0' (48) from th... (by gtkano)
|
by aravindk
can i get a solution for this??
|
|
[7 replies] Last: thanxx guys :D n specially aceix (by aravindk)
|
by xzbit
need to write a specified amount of digit
|
|
[3 replies] Last: Another way std::cout << std::string( 10, '1' ) << std::endl; ... (by vlad from moscow)
|
by Hashimatsu
Search in vector
|
|
[8 replies] Last: Please try to rewrite the code as i showed you. Why did you place a s... (by vlad from moscow)
|
by firstTym
l33t program not working
|
|
[5 replies] Last: Change if statement to this... if(converter == 'I') leet = '1';... (by MrHutch)
|
by rock4rigo
Invalid Date
|
|
[2 replies] Last: Hi, this should work :-) #include <iostream> // function prototype... (by closed account j3A5Djzh)
|
by codeblock
Error in structure and string program
|
|
[2 replies] Last: Here is correct program 1: #include <stdio.h> // printf int main(vo... (by closed account j3A5Djzh)
|
by prabhanuka
Can someone please explain this program
|
|
[6 replies] Last: I think now I got it. Thanks alot (by prabhanuka)
|