by Avantir
Stringy Issues of char* and Unions
|
|
[no replies]
|
by Ch1156
Can i make this code easier
|
|
[10 replies] Last: 2cents worth, I began programming a few years before "C" appeared, wh... (by Incis B)
|
by ghadf
Want to input a name with comma?
|
|
[6 replies] Last: ghadf, You'll run into problems with terminating strings like that. us... (by LGonzales)
|
by xsoifonx
Program ends before producing any output.
|
|
[1 reply] : It works for me C:\Temp>test Enter input file name. [Default: fileC... (by SamuelAdams)
|
by faizanel
please debug my small program
|
|
[4 replies] Last: @skarla, I think all you did was put in a curly brace so that it would... (by LGonzales)
|
by Ahmad1797
How to start making a game in c++
|
|
[4 replies] Last: Thanks Catfish2, Nexius & skarla i have ,basics, known!!! thanks fo... (by Ahmad1797)
|
by Nhh
0xC0000005: Access violation reading location 0x00000004 in c code
|
|
[3 replies] Last: The cdcdcd.. pattern suggests you're trying to use a bit of unititlial... (by andywestken)
|
by kospanak
Reading from a file- problem with fscanf
|
|
[no replies]
|
by ged12345
Boost regex asterisk issue
|
|
[1 reply] : catch that exception and print its .what() string so that you know w... (by Cubbi)
|
by dwyrt65
expected ; or : before { token error
|
|
[1 reply] : size++ } (by dwyrt65)
|
by EJonah
pricing program errors
|
|
[1 reply] : cin >> count; //enter number of lines you wants Did you mean to sto... (by Moschops)
|
by jimm78
how to make a char move in a grid using 2d arrays and gotoxy().
|
|
[11 replies] Last: @jimm78 how can i make the program from closing when the robot reach... (by whitenite1)
|
by mohamadh95
Error
|
|
[1 reply] : Count how many of these you have: { Now count how many of these you... (by Moschops)
|
by po12636
c++ beginner having trouble writing a basic currency converter
|
|
[3 replies] Last: The program appears to work but I keep getting the message Debugging ... (by po12636)
|
by dwyrt65
dequeue function in c++
|
|
[1 reply] : this didn't work b/c get will only return one data member All right... (by Catfish2)
|
by EZX
CODE doesnt work, int error...
|
|
[4 replies] Last: Saw the mistake, thanks #include <iostream.h> #include <conio.h> #in... (by EZX)
|
file i/o |
|
[3 replies] Last: thanks, it works :D (by Sebastian NoName)
|
by EZX
Massive row HELP - Determining arithmetic mean in a row
|
|
[7 replies] Last: oh i think i got it thanks! (by EZX)
|
by jaded7
Typesafety overhead
|
|
[7 replies] Last: Alright, thanks for the advice, I can definitely see why #define is no... (by jaded7)
|
by Mike Loeven
How to send a string to system()
|
|
[1 reply] : First check the documentation. http://en.cppreference.com/w/cpp/utilit... (by Moschops)
|