by tjr28
In Datastage C++ varchar is Null, how to handle gracefully?
|
|
[5 replies] Last: the type of the field1 is "string" (sql type is varchar), it accepts 1... (by tjr28)
|
C++ Why does it pause? |
|
[6 replies] Last: > Is there a way I can check the string before atoi to make sure its a... (by JLBorges)
|
by TheDestroyer
Text files decoding in text editors
|
|
[4 replies] Last: OK. Thanks a lot for the info :) Have a nice weekend! (by TheDestroyer)
|
by bond5611
Constructor of Composition.
|
|
[1 reply] : That's what you're supposed to do. Wazzak (by closed account zb0S216C)
|
by bond5611
Parameterized Constructor.
|
|
[3 replies] Last: First you need a somewhat new compiler that supports the C++11 feature... (by Peter87)
|
by ozone
need your advise
|
|
[6 replies] Last: hmmmm!! thats sensational. @hadar you are the bomb. THANKS a ton... (by ozone)
|
by tofiffe
Dynamic 2D arrays
|
|
[10 replies] Last: I got nested loops that set the array to 0... for(int i=0;i<40;i++) fo... (by tofiffe)
|
by makosz81
long int too short
|
|
[4 replies] Last: If you just want to calculate up to 20!, then a long long should be f... (by andywestken)
|
by Maji
Armadillo, Template, and STL
|
|
[5 replies] Last: @JLBorges very nice post, #3 I myself haven't used and look forward to... (by clanmjc)
|
by iruril
I have the ";", but still error
|
|
[2 replies] Last: It said it expected the semicolon before the for, so look at the lin... (by Disch)
|
by Tom Yothers
Simulator, Thread Design, and You
|
|
[6 replies] Last: Finally we're getting to some details As far as I've seen in C++ [... (by Cubbi)
|
by crystalgem
I want to make a program..
|
|
[1 reply] : I've been searching for someone who has something similar, and this wa... (by crystalgem)
|
by john andre
invalid conversion from ‘const char*’ to ‘std::vector<char*>
|
|
[8 replies] Last: [quote=john andre] vector<const char*>* words = new vector <const char... (by closed account zb0S216C)
|
by shawngreene1
This program.. (1,2)
|
|
[24 replies] Last: Not to mention he claimed he worked at Adobe (formally Macromedia) w... (by BHX)
|
by rasen58
String Vectors only working for one iteration
|
|
[3 replies] Last: @ne555 I tried doing that before but I didn't put the .c_str(), but wh... (by rasen58)
|
by jpss90
Skipping other input
|
|
[7 replies] Last: Thank you very much cire. I would have never known how to solve my pro... (by jpss90)
|
by ashley bond
help with variables to hold the time to be DWORD
|
|
[1 reply] : What is the problem, exactly? You don't really pose a clear question.... (by webJose)
|
by iruril
Need help for modelling an integral
|
|
[1 reply] : Google up equation solving by numerical methods such as the Newton-Rap... (by webJose)
|
by javorromo
Segmentation Fault in Function
|
|
[1 reply] : Take line 37: if(CCD[i+1] .red>corte_sat && CCD[i+1] .prepas=... (by cire)
|
by waguila
Struct and Union confusing behavior
|
|
[3 replies] Last: doug4 yeah this is what happens thank you for you help. (by waguila)
|