by Mu77
The fstream open() does not create a file
|
|
[6 replies] Last: errno is what you use for rich errors that C++ stream errorbits can't ... (by poteto)
|
by MikeStgt
Brainteaser anybody? (1,2)
|
|
[32 replies] Last: I'm more inclined to i. The result is the same ;) (by MikeStgt)
|
by coldz651
Program needs to sort test scores in order from highest to lowest.
|
|
[3 replies] Last: I'm not sure what you mean by "regular" scores. However, given the co... (by doug4)
|
by atatat
Looking for cross-platform IPC
|
|
[2 replies] Last: I would avoided sockets, overkill and too slow for IPC on the localhos... (by atatat)
|
by jony11
Files
|
|
[2 replies] Last: look up #include <fsteam> it might help you. (by Grand Master stickshift)
|
by zak100
converting File statements of C++ to C language
|
|
[4 replies] Last: vector<double> file_buffer; is double *file_buffer; ..blah blah it g... (by jonnin)
|
by Travisboy
Unknown error(Exception thrown)
|
|
[1 reply] : @Travisboy, I suggest that you go back and re-think your post. Please... (by lastchance)
|
by tmcmillan2
How can I convert my Array (Identification users [20]) into a Vector
|
|
[2 replies] Last: thank you so much!! (by tmcmillan2)
|
by PCP63
Creating Android Lock Screen App?
|
|
[2 replies] Last: I dunno. I don't know the first thing about Java, I know you can use C... (by PCP63)
|
by ashebynova
Entering answers into the array
|
|
[2 replies] Last: A few things wrong here. First off, your array starts from 0, so you c... (by zapshe)
|
by beccad
I am having trouble with creating this program, could someone please assist me with this project.
|
|
[5 replies] Last: ok. I see this: 1. Add Account 2. View Account 3. Delete Account 4. ... (by jonnin)
|
by ChrisPy
TCP socket / LAN connection.
|
|
[5 replies] Last: any examples not talking to itself (same computer via localhost ports... (by MikeStgt)
|
by vaetild
Printing image using readimagefile, graphics.h
|
|
[2 replies] Last: @ salem c There are more than a few modern variants of the old Borlan... (by Duthomhas)
|
by chrystianm
I keep getting the error messages like uresolved external symbol "int_cdecl rand_int(int,int)"
|
|
[4 replies] Last: Thanks, Peter87 - invaluable, as usual! (by Enoizat)
|
by PistolPete10
errors when depositing money
|
|
[4 replies] Last: why is its out of bounds. you add an account, its account zero in the... (by jonnin)
|
by miawn1
Reading large.txt file (8192x8192) using fstream -- stack overflow
|
|
[2 replies] Last: you can increase the stack size on your program in the compiler settin... (by jonnin)
|
by zak100
(C++MPI )error: reference to ‘rank’ is ambiguous
|
|
[5 replies] Last: Most problems will go away when you stop using rank and size as global... (by lastchance)
|
by urfa2
Similar to boggle game
|
|
[4 replies] Last: yes, you can :) I am unsure if its the best way, but you certainly ca... (by jonnin)
|
by nolecelson
Cannot find or open the PDB file error
|
|
[2 replies] Last: That's not an error, it's just letting you know it can't find the debu... (by helios)
|
by Cambalinho
c\c++: how can i test if the file is used on another program? (1,2)
|
|
[29 replies] Last: until here works fine... like i need. and i learned more about what i ... (by Cambalinho)
|