Since 4/26/2012 7:47:54 AM, r124c4u1022 has written 1 articles and participated in 2250 conversations. r124c4u1022 signature: r124c4u1022
r124c4u1022's articles:
Items(1) /1
Re: i need help:""<055 (9/14/2007 1:21:13 PM) comp.lang.c++ "osmium" wrote in message news:... > "CuTe_Engineer" writes: > >> i have cs assignment i tried to solve it but i still have many >> errors , plzz help mee :"> the prog. i just wanna you to show me my mistakes... osmium
I need your advices about C prg.8013 (4/24/2013 7:30:01 PM) comp.lang.c Hi there!
Firstly, sorry for my bad English :/
I'm only 17 and I want to learn C and write perfect codes in C. I'm not so good in C programming, but I want to become a good C programmer.
My English i... dg282828(7)
Compilation of Awkward Syntax275 (4/27/2013 12:58:11 PM) comp.lang.c++ I've almost finished teaching myself C++, but there's one last step I
have to take. I need to teach myself all the situations that require
one to use a strange looking combination of operators.
One exampl... vaughan.andursen(4)
OO vs functional programming: what's a suitable newsgroup?7118 (3/14/2013 11:19:25 AM) comp.lang.c++ I came across this in a job advert: "Experience of both functional and
Object Oriented design and engineering is essential as the product is
evolving from following a functional to an OO design discipline".... no.way3(203)
How to arrange some numbers13148 (3/15/2013 4:02:03 PM) comp.lang.c Hi, a simple question:
i want to arrange some int numbers; i want to store them
in an array and then print them on the screen.
Look below:
int numbers[10], arranged[10], i;
puts("Insert 10 int... 2970invalid(17)
Convert input to lower case?1214 (3/20/2013 3:39:59 AM) comp.lang.c++ Hi guys, I have a program where it gets input and assigns it to a string. How do I make the input get converted into lowercase? Thanks in advance!
... techgeek201(57)
C++14: Papers18516 (4/5/2013 8:40:31 PM) comp.lang.c++ Here are three links which showcase which features are being proposed for
C++14:
http://www.meetingcpp.com/index.php/br/items/a-look-at-cpp14-papers-
part-1.html
http://www.meetingcpp.com/index.php/br/it... rui.maciel(1745)
Why does write() to stdin work?364 (4/23/2013 1:59:59 PM) comp.lang.c Tried the following code under gcc and it writes to stdin??
#include
#include
int main()
{
int k;
for(k= 0; k < 4; k++)
write(k, "Hello world!\n", 13);
}
Any poiners?
-ishwar
... ishwar.rattan(8)