by snorridjs
Streaming and member function operator precedence
|
|
[2 replies] Last: Aye, Im looking at having to do that. But I'm still curious. Can't wor... (by snorridjs)
|
converting a simple file from C to C++ |
|
[1 reply] : Just change the first line for: int calcrc (char* ptr, int count) ... (by martinlb)
|
by FilmCity
How to Display a Pic Stored in HardDisc
|
|
[1 reply] : There is no one single-line command to display images. In fact, there'... (by magicalblender)
|
by shotjase
converting a word to lowercase
|
|
[3 replies] Last: Here are two ways to convert a string: #include <iostream> #inc... (by closed account z05DSL3A)
|
by jdstufu
graphing values, how to
|
|
[no replies]
|
by keecha23
Large #s and using "isalpha" causes pgm to loop
|
|
[1 reply] : You need to pass an argument to isalpha. http://cplusplus.com/refer... (by ropez)
|
by keecha23
Lrg #s and using "isalpha" causes pgm to loop
|
|
[3 replies] Last: How about: #include <iostream> #include <cstdlib> #include <exce... (by closed account z05DSL3A)
|
by keecha23
large #s and using "isalpha" causes pgm to loop
|
|
[no replies]
|
by shotjase
Binary search for string in string array
|
|
[1 reply] : string array ; // ... // [make sure array is sorted] if ( st... (by ropez)
|
by shotjase
Reading a file into an array
|
|
[5 replies] Last: Then just replace it with an array!? What changes is that you have to ... (by Magnus)
|
Tic Tac Toe, Comments/Optimization/etc... |
|
[no replies]
|
Nid Help |
|
[no replies]
|
by JayZee
reading from a data file
|
|
[5 replies] Last: Reading strings from a file is easy as is reading numbers. It gets co... (by JayZee)
|
by unclefester
Error regarding 3rd parameter of pthread_create()
|
|
[1 reply] : You can't pass a member function to pthread_create. You need to pass a... (by ropez)
|
by unclefester
Incomplete type error
|
|
[2 replies] Last: Thanks for the advice ropez :) (by unclefester)
|
by hellokitkat
Sequential Search for a string?
|
|
[1 reply] : int searchList(string *, int, string *); takes an array of st... (by vince1027)
|
by Stunner
Errors I can't Figure Out
|
|
[4 replies] Last: Thanks a lot guys. I actually decided to change from a 3D array to an ... (by Stunner)
|
How to record the screen activity? |
|
[no replies]
|
by jburridge
login screen for game
|
|
[1 reply] : sorry bump, it's just i think this is an important process in making m... (by jburridge)
|
by scudsong
How to implement a buffer by using stream
|
|
[no replies]
|